Skip to content

Commit

Permalink
Merge pull request #297 from Concordium/fix-typo-in-frontend-release
Browse files Browse the repository at this point in the history
Fix typo in frontend release script
  • Loading branch information
limemloh authored Nov 7, 2024
2 parents 30478e2 + 51e4241 commit 60fd084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
file: ./frontend/Dockerfile
push: true
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tag }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 60fd084

Please sign in to comment.