Skip to content

Commit 9835070

Browse files
authored
Fix the broken build (#870)
Follow-up to b47bd56 `Error response from daemon: No such image: discourse/base:2.0.20240909-1149-arm6`
1 parent b47bd56 commit 9835070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Push discourse/base:aarch64 image for backwards compatibility
118118
if: (github.ref == 'refs/heads/main') && (matrix.arch == 'arm64')
119119
run: |
120-
docker tag discourse/base:2.0.${{ env.TIMESTAMP }}-${{ matrix.arch }} discourse/base:aarch64
120+
docker tag discourse/base:2.0.${{ env.TIMESTAMP }}-main-${{ matrix.arch }} discourse/base:aarch64
121121
docker push discourse/base:aarch64
122122
123123
push_multiarch_manifests:

0 commit comments

Comments
 (0)