noot
commit-tag / commit-tag-image (push) Failing after 4m53s
Details
commit-tag / commit-tag-image (push) Failing after 4m53s
Details
This commit is contained in:
parent
c22bdf9c97
commit
addcc20c21
|
@ -30,7 +30,7 @@ jobs:
|
|||
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
@ -39,5 +39,5 @@ jobs:
|
|||
linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
tuxpa.in/a/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||
tuxpa.in/a/pprofweb:${{ steps.meta.outputs.REPO_VERSION }}
|
||||
|
||||
|
|
|
@ -41,5 +41,5 @@ jobs:
|
|||
linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
tuxpa.in/a/${{ steps.meta.outputs.REPO_NAME }}:${{ gitea.ref_name }}
|
||||
tuxpa.in/a/pprofweb:${{ gitea.ref_name }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue