Skip to content

Commit

Permalink
Update docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Scharm committed Jan 6, 2022
1 parent 4553000 commit 9ba78c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }}
Expand Down Expand Up @@ -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'] }}
Expand Down Expand Up @@ -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'] }}
Expand Down

0 comments on commit 9ba78c3

Please sign in to comment.