We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c47fb5 commit aa30b4dCopy full SHA for aa30b4d
.github/workflows/publish.yml
@@ -37,4 +37,4 @@ jobs:
37
uses: docker/build-push-action@v4
38
with:
39
push: ${{ github.event_name != 'pull_request' }}
40
- tags: ${{ steps.tags.outputs.tags }}
+ tags: ${{ steps.meta.outputs.tags }}
0 commit comments