Push again
Some checks failed
Build and Push Docker Image / prepare (push) Failing after 1m0s

This commit is contained in:
Florian Hoss 2024-10-31 10:18:07 +01:00
parent e8c58c10d4
commit 629fb43124
Signed by: flohoss
GPG key ID: 3F35C7F6E6F66F6B

View file

@ -19,7 +19,7 @@ jobs:
with: with:
images: git.unjx.de/${{ github.repository }} images: git.unjx.de/${{ github.repository }}
tags: | tags: |
type=semver,pattern={{version}} type=raw,value=latest
labels: | labels: |
org.opencontainers.image.title=GoDash org.opencontainers.image.title=GoDash
org.opencontainers.image.description=Blasing fast start page for your services org.opencontainers.image.description=Blasing fast start page for your services
@ -33,11 +33,11 @@ jobs:
- name: Build - name: Build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
load: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
build-args: | build-args: |
V_GOLANG=${{ vars.V_GOLANG }} V_GOLANG=${{ vars.V_GOLANG }}
V_NODE=${{ vars.V_NODE }} V_NODE=${{ vars.V_NODE }}
V_ALPINE=${{ vars.V_ALPINE }} V_ALPINE=${{ vars.V_ALPINE }}
- name: Push secrets: |
run: docker push ${{ steps.meta.outputs.tags }} GIT_AUTH_TOKEN=${{ github.token }}