This commit is contained in:
parent
f900497d48
commit
e8c58c10d4
1 changed files with 2 additions and 4 deletions
|
@ -19,10 +19,7 @@ jobs:
|
|||
with:
|
||||
images: git.unjx.de/${{ github.repository }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
labels: |
|
||||
org.opencontainers.image.title=GoDash
|
||||
org.opencontainers.image.description=Blasing fast start page for your services
|
||||
|
@ -36,10 +33,11 @@ jobs:
|
|||
- name: Build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
load: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
build-args: |
|
||||
V_GOLANG=${{ vars.V_GOLANG }}
|
||||
V_NODE=${{ vars.V_NODE }}
|
||||
V_ALPINE=${{ vars.V_ALPINE }}
|
||||
- name: Push
|
||||
run: docker push ${{ env.LATEST_IMAGE }}
|
||||
run: docker push ${{ steps.meta.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue