Fix docker thing again
Some checks failed
Build and Publish / build_and_publish (push) Failing after 28s

This commit is contained in:
Nexus 2024-06-03 18:19:53 +01:00
parent cd40f5777c
commit 263e4db7f9
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker image
run: |
docker build -t git.i-am.nexus/nex/link-elongater:latest -t git.i-am.nexus/nex/link-elongater:${branch#refs/heads/} .
docker build -t git.i-am.nexus/nex/link-elongater:latest .
- name: Push to forgejo CR
run: |
docker push -a git.i-am.nexus/nex/link-elongater