Skip to content

Commit

Permalink
Merge branch 'feature/svg_refactor_2.0' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDoesThings committed Jun 28, 2023
2 parents f726406 + 6792b57 commit eb79c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
tags: "nightly"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
context: .

0 comments on commit eb79c5b

Please sign in to comment.