Push manually
Some checks failed
Build and Push Docker Image / prepare (push) Failing after 55s

This commit is contained in:
Florian Hoss 2024-10-31 10:02:26 +01:00
parent 3d84533342
commit 6547a81b19
Signed by: flohoss
GPG key ID: 3F35C7F6E6F66F6B

View file

@ -23,14 +23,13 @@ jobs:
registry: git.unjx.de
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Build and push
- name: Build
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ env.LATEST_IMAGE }}
build-args: |
V_GOLANG=${{ vars.V_GOLANG }}
V_NODE=${{ vars.V_NODE }}
V_ALPINE=${{ vars.V_ALPINE }}
secrets: |
GIT_AUTH_TOKEN=${{ secrets.token }}
- name: Push
run: docker push ${{ env.LATEST_IMAGE }}