i give up on self-hosted runner
Some checks are pending
/ build-and-push (push) Waiting to run

This commit is contained in:
Anuj K 2025-09-07 23:00:59 +05:30
parent 475398f7a2
commit 9beee80d71

View file

@ -5,27 +5,24 @@ on:
jobs:
build-and-push:
runs-on: docker
runs-on: codeberg-tiny-lazy
steps:
- name: debug path
run: docker version
- name: Checkout repository
uses: actions/checkout@v4
# - name: Checkout repository
# uses: actions/checkout@v4
- name: Login to codeberg
uses: docker/login-action@v3
with:
registry: codeberg.org
username: aiquiral
password: ${{ secrets.PASS }}
# - name: Login to codeberg
# uses: docker/login-action@v3
# with:
# registry: codeberg.org
# username: aiquiral
# password: ${{ secrets.PASS }}
# - name: Build and push image
# id: build
# uses: docker/build-push-action@v5
# with:
# context: .
# push: true
# tags: retropulse:latest
# platforms: linux/amd64
- name: Build and push image
id: build
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: retropulse:latest
platforms: linux/amd64