Skip to content

Commit

Permalink
Ready To Release! Yuppee!
Browse files Browse the repository at this point in the history
  • Loading branch information
gpillon committed Aug 6, 2023
1 parent 39f1a8e commit a5abec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
file: operator.Dockerfile
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags || 'dev' }}
tags: ${{ steps.meta.outputs.tags || 'latest' }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit a5abec0

Please sign in to comment.