Skip to content

Commit 101b9e9

Browse files
committed
added ghcr token and took out useless stuff
1 parent 32a41ac commit 101b9e9

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
@@ -27,12 +27,6 @@ jobs:
2727
with:
2828
cosign-release: 'v2.2.4'
2929

30-
# Set up BuildKit Docker container builder to be able to build
31-
# multi-platform images and export cache
32-
# https://github.com/docker/setup-buildx-action
33-
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
35-
3630
# Login against a Docker registry except on PR
3731
# https://github.com/docker/login-action
3832
- name: Log into registry ${{ env.REGISTRY }}
@@ -41,7 +35,7 @@ jobs:
4135
with:
4236
registry: ${{ env.REGISTRY }}
4337
username: ${{ github.actor }}
44-
password: ${{ secrets.GITHUB_TOKEN }}
38+
password: ${{ secrets.GHCR_TOKEN }}
4539

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

0 commit comments

Comments
 (0)