Skip to content

Commit

Permalink
add sudo to podman
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jun 30, 2024
1 parent 57fce29 commit 0a52d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/online_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: 'ghcr.io/ublue-os/bazzite:stable'
# prev-ref: 'ghcr.io/ublue-os/bazzite-automated:stable'
rechunk: 'ghcr.io/antheas/rechunk:latest'
skip_compression: 'true'
# skip_compression: 'true'
version: '3.5_<date>'
labels: |
io.artifacthub.package.logo-url=https://raw.githubusercontent.com/ublue-os/bazzite/main/repo_content/logo.png
Expand All @@ -34,6 +34,6 @@ jobs:
id: upload
shell: bash
run: |
skopeo copy ${{ steps.rechunk.outputs.ref }} docker://ghcr.io/antheas/bazzite-automated:stable
skopeo copy ${{ steps.rechunk.outputs.ref }} docker://ghcr.io/antheas/bazzite-automated:${{ steps.rechunk.outputs.version }}
sudo skopeo copy ${{ steps.rechunk.outputs.ref }} docker://ghcr.io/antheas/bazzite-automated:stable
sudo skopeo copy ${{ steps.rechunk.outputs.ref }} docker://ghcr.io/antheas/bazzite-automated:${{ steps.rechunk.outputs.version }}

0 comments on commit 0a52d88

Please sign in to comment.