This commit is contained in:
parent
e8c58c10d4
commit
629fb43124
1 changed files with 4 additions and 4 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue