This commit is contained in:
parent
3d84533342
commit
6547a81b19
1 changed files with 3 additions and 4 deletions
|
@ -23,14 +23,13 @@ jobs:
|
||||||
registry: git.unjx.de
|
registry: git.unjx.de
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ github.token }}
|
password: ${{ github.token }}
|
||||||
- name: Build and push
|
- name: Build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
|
||||||
tags: ${{ env.LATEST_IMAGE }}
|
tags: ${{ env.LATEST_IMAGE }}
|
||||||
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 }}
|
||||||
secrets: |
|
- name: Push
|
||||||
GIT_AUTH_TOKEN=${{ secrets.token }}
|
run: docker push ${{ env.LATEST_IMAGE }}
|
||||||
|
|
Loading…
Reference in a new issue