Skip to content

Commit 8045cf8

Browse files
committed
address PR feedback and clean up
1 parent cce9b5d commit 8045cf8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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 }}
@@ -89,7 +89,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
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

0 commit comments

Comments
 (0)