|
@@ -221,7 +221,7 @@ jobs:
|
|
|
|
|
|
|
|
docker-push-multi-arch-manifest:
|
|
docker-push-multi-arch-manifest:
|
|
|
# note, we only run on amd64
|
|
# note, we only run on amd64
|
|
|
- if: ${{ needs.prepare.outputs.IS_EXACT_TAG }}
|
|
|
|
|
|
|
+ if: needs.prepare.outputs.IS_EXACT_TAG == 'true'
|
|
|
needs:
|
|
needs:
|
|
|
- prepare
|
|
- prepare
|
|
|
- docker
|
|
- docker
|
|
@@ -324,7 +324,7 @@ jobs:
|
|
|
${{ steps.pre-meta.outputs.img_labels }}
|
|
${{ steps.pre-meta.outputs.img_labels }}
|
|
|
|
|
|
|
|
- name: update manifest for multiarch image
|
|
- name: update manifest for multiarch image
|
|
|
- if: ${{ needs.prepare.outputs.IS_EXACT_TAG }}
|
|
|
|
|
|
|
+ if: needs.prepare.outputs.IS_EXACT_TAG == 'true'
|
|
|
working-directory: source
|
|
working-directory: source
|
|
|
run: |
|
|
run: |
|
|
|
if [ ${{ matrix.build_elixir }} = 'with_elixir' ]; then
|
|
if [ ${{ matrix.build_elixir }} = 'with_elixir' ]; then
|