From e7ac3964890b2058e90895026de4862553681c0e Mon Sep 17 00:00:00 2001 From: Patrick Hynes Date: Mon, 30 Jan 2023 16:39:00 +0100 Subject: [PATCH] #2 : Change tags --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b9a1d33..ada9617 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -79,7 +79,7 @@ jobs: CONFLUENT_MINOR_VERSION=7.2.2 INSTALL_DIR=/tmp push: ${{ github.event_name != 'pull_request' }} - tags: 7.2.2 + tags: 7.2 labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max