File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 4040 password : ${{ secrets.GITHUB_TOKEN }}
4141
4242 - id : build-meta
43- name : Docker meta
43+ name : Produce the build image tag
4444 uses : docker/metadata-action@v5
4545 with :
4646 images : ghcr.io/${{ github.repository }}
8989 echo "image-${RUNNER_ARCH,,}=${{ steps.get-registry.outputs.registry }}@${{ steps.build.outputs.digest }}" | tee -a "$GITHUB_OUTPUT"
9090
9191 merge :
92- runs-on : ubuntu-24.04
92+ runs-on : ubuntu-latest
9393 needs :
9494 - build
9595 env :
@@ -128,7 +128,7 @@ jobs:
128128 "$DOCKER_APP_IMAGE_ARM64" "$DOCKER_APP_IMAGE_X64"
129129
130130 test :
131- runs-on : ubuntu-24.04
131+ runs-on : ubuntu-latest
132132 needs :
133133 - merge
134134 env :
Original file line number Diff line number Diff line change 1717 - name : Checkout code
1818 uses : actions/checkout@v4
1919
20- - name : Set up QEMU
21- uses : docker/setup-qemu-action@v3
22-
2320 - name : Set up Docker Buildx
2421 uses : docker/setup-buildx-action@v3
2522
You can’t perform that action at this time.
0 commit comments