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 4ee754f commit 171d351Copy full SHA for 171d351
.github/workflows/docker-publish.yml
@@ -1,12 +1,3 @@
1
-# This workflow uses actions that are not certified by GitHub.
2
-# They are provided by a third-party and are governed by
3
-# separate terms of service, privacy policy, and support
4
-# documentation.
5
-
6
-# GitHub recommends pinning actions to a commit SHA.
7
-# To get a newer version, you will need to update the SHA.
8
-# You can also reference a tag or branch, but the action may change without warning.
9
10
name: Publish Docker image
11
12
on:
@@ -47,7 +38,6 @@ jobs:
47
38
tags: ${{ steps.meta.outputs.tags }}
48
39
labels: ${{ steps.meta.outputs.labels }}
49
40
50
51
41
- name: Generate artifact attestation
52
42
uses: actions/attest-build-provenance@v1
53
43
with:
0 commit comments