Skip to content

Commit

Permalink
Fix develop workflow tag
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Jul 5, 2023
1 parent 7d4d3b1 commit 45c1ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=development
type=raw,value=develop
type=ref,event=tag
# Build and push Docker image with Buildx (don't push on PR)
Expand Down

0 comments on commit 45c1ad4

Please sign in to comment.