Skip to content

Commit 9ba78c3

Browse files
author
Kenny Scharm
committed
Update docker tags
1 parent 4553000 commit 9ba78c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
file: Dockerfile.operator
4242
push: true
43-
tags: ibmcom/operator-for-redis:${{ steps.meta.outputs.tags }}
43+
tags: ${{ steps.meta.outputs.tags }}
4444
labels: ${{ steps.meta.outputs.labels }}
4545
build-args: |
4646
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
file: Dockerfile.node
7777
push: true
78-
tags: ibmcom/node-for-redis:${{ steps.meta.outputs.tags }}
78+
tags: ${{ steps.meta.outputs.tags }}
7979
labels: ${{ steps.meta.outputs.labels }}
8080
build-args: |
8181
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
file: Dockerfile.metrics
111111
push: true
112-
tags: ibmcom/metrics-for-redis:${{ steps.meta.outputs.tags }}
112+
tags: ${{ steps.meta.outputs.tags }}
113113
labels: ${{ steps.meta.outputs.labels }}
114114
build-args: |
115115
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}

0 commit comments

Comments
 (0)