Skip to content

Commit

Permalink
fix: Adjust docker image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocellucci committed Aug 4, 2022
1 parent c207256 commit 7b1bb5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- id: release
name: Get last release tag
- name: Get last release tag
id: release
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: ${{ github.repository }}
Expand All @@ -46,4 +46,4 @@ jobs:
tags: ${{ steps.release.outputs.release }}
labels: |
maintainer=https://pagopa.it
org.opencontainers.image.source=https://github.com/${GITHUB_REF##*/}
org.opencontainers.image.source=https://github.com/${{ steps.release.outputs.release }}
1 change: 1 addition & 0 deletions trigger
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
foo
bar
hello
world

0 comments on commit 7b1bb5c

Please sign in to comment.