Skip to content

Commit

Permalink
Fix incorrect base image pull
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicOfficer committed May 30, 2024
1 parent fd6e986 commit d254794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
command: |
# pull the base images used for FROM in Containerfile so
# we can retry on that unfortunately common failure case
podman pull ghcr.io/bazzite:stable
podman pull ghcr.io/ublue-os/bazzite:stable
- name: Get current version
id: labels
Expand Down

0 comments on commit d254794

Please sign in to comment.