Skip to content

Commit

Permalink
OPSEXP-2149 Fixup release workflow (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Mar 28, 2024
1 parent 73f6e99 commit 78caa05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
runs-on: ubuntu-latest
needs: pre-commit
strategy:
fail-fast: ${{ github.ref_name == 'master' && false || true }}
matrix:
base_image:
- flavor: centos
Expand Down Expand Up @@ -138,5 +139,4 @@ jobs:
SRC_IMAGE: quay.io/${{ env.IMAGE_REGISTRY_NAMESPACE }}/${{ env.IMAGE_REPOSITORY }}:${{ steps.vars.outputs.image_tag }}
DST_IMAGE: ${{ env.IMAGE_REGISTRY_NAMESPACE }}/${{ env.IMAGE_REPOSITORY }}:${{ steps.vars.outputs.image_tag }}
run: |
docker tag ${{ env.SRC_IMAGE }} ${{ env.DST_IMAGE }}
docker push ${{ env.DST_IMAGE }}
docker buildx imagetools create ${{ env.SRC_IMAGE }} -t ${{ env.DST_IMAGE }}

0 comments on commit 78caa05

Please sign in to comment.