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 b47bd56 commit 9835070Copy full SHA for 9835070
.github/workflows/build.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Push discourse/base:aarch64 image for backwards compatibility
118
if: (github.ref == 'refs/heads/main') && (matrix.arch == 'arm64')
119
run: |
120
- docker tag discourse/base:2.0.${{ env.TIMESTAMP }}-${{ matrix.arch }} discourse/base:aarch64
+ docker tag discourse/base:2.0.${{ env.TIMESTAMP }}-main-${{ matrix.arch }} discourse/base:aarch64
121
docker push discourse/base:aarch64
122
123
push_multiarch_manifests:
0 commit comments