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.
1 parent c8f1b84 commit 1d1dcb5Copy full SHA for 1d1dcb5
.github/workflows/build-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Compute Labels
19
if: ${{ github.event_name == 'push' }}
20
id: meta
21
- uses: docker/metadata-action@v4
+ uses: docker/metadata-action@v5
22
with:
23
images: quay.io/ffddorf/unms-exporter
24
# generate Docker tags based on the following events/attributes
@@ -44,7 +44,7 @@ jobs:
44
- name: Compute Labels for fork
45
if: ${{ github.event_name == 'pull_request_target' }}
46
id: forkmeta
47
48
49
50
0 commit comments