Skip to content

Commit

Permalink
#2 : Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hynes committed Jan 30, 2023
1 parent e7ac396 commit ea5f200
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand All @@ -79,7 +83,7 @@ jobs:
CONFLUENT_MINOR_VERSION=7.2.2
INSTALL_DIR=/tmp
push: ${{ github.event_name != 'pull_request' }}
tags: 7.2
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit ea5f200

Please sign in to comment.