File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' *'
7-
8- env :
9- REGISTRY : ghcr.io
10- IMAGE_NAME : ${{ github.repository }}
117
128jobs :
139 latest :
1410 runs-on : ubuntu-latest
1511 steps :
1612 - name : Checkout repository
17- uses : actions/checkout@v3
13+ uses : actions/checkout@v5
1814
1915 - name : Set up QEMU
20- uses : docker/setup-qemu-action@v2
16+ uses : docker/setup-qemu-action@v3
2117 with :
2218 platforms : all
2319
2420 - name : Set up Docker Buildx
25- uses : docker/setup-buildx-action@v2
21+ uses : docker/setup-buildx-action@v3
2622 with :
2723 version : latest
2824
2925 - name : Log in to the Container registry
30- uses : docker/login-action@v2
26+ uses : docker/login-action@v3
3127 with :
32- registry : ${{ env.REGISTRY }}
28+ registry : ghcr.io
3329 username : ${{ github.actor }}
34- password : ${{ secrets.DOCKER_PASSWORD }}
30+ password : ${{ secrets.GITHUB_TOKEN }}
3531
3632 - name : Run Buildx
3733 run : |
You can’t perform that action at this time.
0 commit comments