Skip to content

Commit d61e15a

Browse files
committed
added ghcr token and took out useless stuff
1 parent 2a2c83d commit d61e15a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
# github.repository as <account>/<repo>
1111
IMAGE_NAME: ${{ github.repository }}
1212

13-
1413
jobs:
1514
build:
1615

@@ -26,7 +25,7 @@ jobs:
2625
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
2726
with:
2827
registry: ${{ env.REGISTRY }}
29-
username: ${{ secrets.USERNAME }}
28+
username: ${{ github.actor }}
3029
password: ${{ secrets.GHCR_TOKEN }}
3130

3231
- name: Debug Secrets

0 commit comments

Comments
 (0)