Skip to content

Commit

Permalink
ISOs: Just try using latest container
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Aug 19, 2024
1 parent e628a62 commit 1b451af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Get Flatpak Dependencies
id: flatpak-dependencies
env:
IMAGE: ${{ env.IMAGE_REGISTRY }}/${{ matrix.image_name }}:${{ steps.generate-tag.outputs.tag }}
IMAGE: ${{ env.IMAGE_REGISTRY }}/${{ matrix.image_name }}:latest
shell: bash
run: |
set -euox pipefail
Expand Down

0 comments on commit 1b451af

Please sign in to comment.