Skip to content

Commit 67a9023

Browse files
committed
changed the username, password, and included docker build job
1 parent 71fe139 commit 67a9023

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@ env:
88
# Use docker.io for Docker Hub if empty
99
REGISTRY: ghcr.io
1010
IMAGE_NAME: ${{ github.repository }}
11-
username: ${{ github.actor }}
11+
1212

1313
jobs:
1414
Push_Image:
15-
# permissions:
16-
# security-events: write
17-
# contents: read
18-
# id-token: write
19-
# actions: read
2015
runs-on: ubuntu-latest
2116
steps:
2217
- name: Checkout repository
@@ -33,7 +28,6 @@ jobs:
3328
password: ${{ secrets.GITHUB_TOKEN }}
3429

3530

36-
3731
- name: Extract Docker metadata
3832
id: meta
3933
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0

0 commit comments

Comments
 (0)