We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f253a66 + a0a5f63 commit 4636f43Copy full SHA for 4636f43
.github/workflows/build-and-push-image.yml
@@ -31,13 +31,13 @@ jobs:
31
id: meta
32
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
33
with:
34
- images: dashlane/audit-logs:2
+ images: dashlane/audit-logs
35
36
- name: Build and push Docker image
37
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
38
39
context: .
40
file: ./Dockerfile
41
push: true
42
- tags: ${{ steps.meta.outputs.tags }}
+ tags: dashlane/audit-logs:2
43
labels: ${{ steps.meta.outputs.labels }}
0 commit comments