Skip to content

Commit

Permalink
Update update_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cverna authored Aug 26, 2024
1 parent 8d638b1 commit 105771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
podman run --rm --workdir /tmp -v $PWD:/tmp:z fedora-container-release:latest ${{ matrix.version }}
- name: Run the release script 40, 41
if: ${{ matrix.version > 39 }} && ${{ matrix.version < 42 }}
if: ${{ matrix.version == 40 && matrix.version == 41 }}
run: |
podman run --rm --workdir /tmp -v $PWD:/tmp:z download_fedora_container:latest ${{ matrix.version }} --output-dir /tmp
Expand Down

0 comments on commit 105771e

Please sign in to comment.