Skip to content

Commit a37b439

Browse files
committed
added ghcr token and took out useless stuff
1 parent 16e4366 commit a37b439

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
@@ -28,15 +28,14 @@ jobs:
2828
cosign-release: 'v2.2.4'
2929

3030
# Login against a Docker registry except on PR
31-
# https://github.com/docker/login-action
3231
- name: Log into registry ${{ env.REGISTRY }}
3332
if: github.event_name != 'pull_request'
3433
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
3534
with:
3635
registry: ${{ env.REGISTRY }}
3736
username: ${{ secrets.USERNAME }}
3837
password: ${{ secrets.PASSOWRD }}
39-
token: ${{ secrets.GITHUB_TOKEN }}
38+
4039

4140
# Extract metadata (tags, labels) for Docker
4241
# https://github.com/docker/metadata-action

0 commit comments

Comments
 (0)