Skip to content

Commit dc10f7d

Browse files
committed
auth to github
1 parent 4ed613d commit dc10f7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_multi_arch_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
name: eps-devcontainer-base-latest-arm64.img
7676
- name: Load and push multi-arch image
7777
run: |
78+
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
7879
echo "loading images"
7980
docker load -i eps-devcontainer-base-latest-amd64.img
8081
docker load -i eps-devcontainer-base-latest-arm64.img

0 commit comments

Comments
 (0)