This commit is contained in:
Chris Ainsworth-Patrick
2023-08-17 09:08:40 +01:00
parent 5e8e38fb72
commit b70293a17f

View File

@@ -45,7 +45,6 @@ jobs:
org.opencontainers.image.revision=${{ env.SHA }}
tags: |
latest
${{github.ref_name}}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
@@ -59,4 +58,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
secrets: |
"gitghatoken=${{ secrets.GIT_GHA_TOKEN }}"
"gitghatoken=${{ secrets.GITHUB_TOKEN }}"