We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3929ec5 commit 92908f2Copy full SHA for 92908f2
.github/workflows/docker-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
strategy:
47
matrix:
48
docker-platform: ["linux/arm64", "linux/amd64"]
49
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-m
50
needs: [setup, set-short-sha]
51
env:
52
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
@@ -103,7 +103,7 @@ jobs:
103
ARCH=$(cut -d "/" -f2 <<< ${{ matrix.docker-platform }})
104
docker push $DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA
105
publish-images:
106
107
needs: [setup, set-short-sha, build-images]
108
109
0 commit comments