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