Skip to content

Commit

Permalink
fix: broken ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke committed Aug 16, 2024
1 parent 01518bf commit d5b388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=${{env.IMAGE_TAG}}
type=raw,value=${{env.LATEST}}
# type=raw,value=${{env.LATEST}}

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit d5b388e

Please sign in to comment.