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 6108dd3 commit edfd9f0Copy full SHA for edfd9f0
.github/workflows/docker-publish.yml
@@ -48,7 +48,7 @@ jobs:
48
#arch: ["arm64", "amd64"]
49
# NOTE(luke): temporary disable arm64 since its failing the smoke test
50
arch: ["amd64"]
51
- runs-on: ubuntu-latest-m
+ runs-on: ubuntu-latest
52
needs: [setup, set-short-sha]
53
env:
54
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
@@ -103,7 +103,7 @@ jobs:
103
# write to the build repository to cache for the publish-images job
104
docker push $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }}-$SHORT_SHA
105
publish-images:
106
107
needs: [setup, set-short-sha, build-images]
108
109
0 commit comments