File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 registry : ghcr.io
3131 username : ${{ github.actor }}
32- password : ${{ secrets.GHCR_TOKEN }}
32+ password : ${{ secrets.GITHUB_TOKEN }}
3333
3434 - name : Set up QEMU
3535 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 4747 - name : Checkout
4848 uses : actions/checkout@v4
4949
50+ - name : ' Login to GitHub Container Registry'
51+ uses : docker/login-action@v3
52+ with :
53+ registry : ghcr.io
54+ username : ${{ github.actor }}
55+ password : ${{ secrets.GITHUB_TOKEN }}
56+
5057 - name : Configure OTP & Elixir
51585259 with :
Original file line number Diff line number Diff line change 4444 - name : Checkout
4545 uses : actions/checkout@v4
4646
47+ - name : ' Login to GitHub Container Registry'
48+ uses : docker/login-action@v3
49+ with :
50+ registry : ghcr.io
51+ username : ${{ github.actor }}
52+ password : ${{ secrets.GITHUB_TOKEN }}
53+
4754 - name : Configure OTP & Elixir
48554956 with :
You can’t perform that action at this time.
0 commit comments