We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed613d commit dc10f7dCopy full SHA for dc10f7d
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -75,6 +75,7 @@ jobs:
75
name: eps-devcontainer-base-latest-arm64.img
76
- name: Load and push multi-arch image
77
run: |
78
+ echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
79
echo "loading images"
80
docker load -i eps-devcontainer-base-latest-amd64.img
81
docker load -i eps-devcontainer-base-latest-arm64.img
0 commit comments