This commit is contained in:
parent
475398f7a2
commit
9beee80d71
|
@ -5,27 +5,24 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: docker
|
runs-on: codeberg-tiny-lazy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: debug path
|
- name: Checkout repository
|
||||||
run: docker version
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Checkout repository
|
- name: Login to codeberg
|
||||||
# uses: actions/checkout@v4
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: codeberg.org
|
||||||
|
username: aiquiral
|
||||||
|
password: ${{ secrets.PASS }}
|
||||||
|
|
||||||
# - name: Login to codeberg
|
- name: Build and push image
|
||||||
# uses: docker/login-action@v3
|
id: build
|
||||||
# with:
|
uses: docker/build-push-action@v5
|
||||||
# registry: codeberg.org
|
with:
|
||||||
# username: aiquiral
|
context: .
|
||||||
# password: ${{ secrets.PASS }}
|
push: true
|
||||||
|
tags: retropulse:latest
|
||||||
# - name: Build and push image
|
platforms: linux/amd64
|
||||||
# id: build
|
|
||||||
# uses: docker/build-push-action@v5
|
|
||||||
# with:
|
|
||||||
# context: .
|
|
||||||
# push: true
|
|
||||||
# tags: retropulse:latest
|
|
||||||
# platforms: linux/amd64
|
|
||||||
|
|
Loading…
Reference in a new issue