noot
commit-tag / commit-tag-image (push) Failing after 4m53s Details

This commit is contained in:
a 2024-09-23 15:29:58 -05:00
parent c22bdf9c97
commit addcc20c21
Signed by: a
GPG Key ID: 374BC539FE795AF0
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -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 }}