Skip to content

Commit 4636f43

Browse files
Merge pull request #21 from Dashlane/fix-docker-tag
Fix Docker image tag on publish
2 parents f253a66 + a0a5f63 commit 4636f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
id: meta
3232
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
3333
with:
34-
images: dashlane/audit-logs:2
34+
images: dashlane/audit-logs
3535

3636
- name: Build and push Docker image
3737
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
3838
with:
3939
context: .
4040
file: ./Dockerfile
4141
push: true
42-
tags: ${{ steps.meta.outputs.tags }}
42+
tags: dashlane/audit-logs:2
4343
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)