We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fe139 commit 67a9023Copy full SHA for 67a9023
1 file changed
.github/workflows/push-docker-image.yml
@@ -8,15 +8,10 @@ env:
8
# Use docker.io for Docker Hub if empty
9
REGISTRY: ghcr.io
10
IMAGE_NAME: ${{ github.repository }}
11
- username: ${{ github.actor }}
+
12
13
jobs:
14
Push_Image:
15
- # permissions:
16
- # security-events: write
17
- # contents: read
18
- # id-token: write
19
- # actions: read
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout repository
@@ -33,7 +28,6 @@ jobs:
33
28
password: ${{ secrets.GITHUB_TOKEN }}
34
29
35
30
36
-
37
31
- name: Extract Docker metadata
38
32
id: meta
39
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
0 commit comments