You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish_container.yaml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ env:
16
16
jobs:
17
17
build-and-push-image:
18
18
runs-on: ubuntu-latest
19
-
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
19
+
permissions:
20
+
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
20
21
id-token: write
21
22
contents: write
22
23
packages: write
@@ -33,7 +34,7 @@ jobs:
33
34
username: ${{ github.actor }}
34
35
password: ${{ secrets.GITHUB_TOKEN }}
35
36
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
36
-
- name: Extract metadata (tadockgs, labels) for Docker
37
+
- name: Extract metadata (tags, labels) for Docker
0 commit comments