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 Oct 31, 2024
1 parent ef906eb commit 19e8754
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
- name: Run the release script 41
if: ${{ matrix.version == 41 }}
run: |
podman run --rm --workdir /tmp -v $PWD:/tmp:z download_fedora_container:latest ${{ matrix.version }} --output-dir /tmp --branched
podman run --rm --workdir /tmp -v $PWD:/tmp:z download_fedora_container:latest ${{ matrix.version }} --output-dir /tmp
- name: Run the release script == 42
if: ${{ matrix.version == 42 }}
run: |
Expand Down

0 comments on commit 19e8754

Please sign in to comment.