From 9ba78c39d677b664708abb4e3470c0bd3334145d Mon Sep 17 00:00:00 2001 From: Kenny Scharm Date: Thu, 6 Jan 2022 16:27:39 -0500 Subject: [PATCH] Update docker tags --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b2982f2..cfe49a3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: with: file: Dockerfile.operator push: true - tags: ibmcom/operator-for-redis:${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} @@ -75,7 +75,7 @@ jobs: with: file: Dockerfile.node push: true - tags: ibmcom/node-for-redis:${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} @@ -109,7 +109,7 @@ jobs: with: file: Dockerfile.metrics push: true - tags: ibmcom/metrics-for-redis:${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}