Skip to content
Snippets Groups Projects
Unverified Commit aa30b4d3 authored by Nicola Corti's avatar Nicola Corti Committed by GitHub
Browse files

Fix broken publishing due to missing tag

parent 6c47fb52
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,4 @@ jobs:
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.tags.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment