Skip to content

Commit

Permalink
do-not-merge
Browse files Browse the repository at this point in the history
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Jul 30, 2024
1 parent 3d682d6 commit 4d98647
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test_fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
with:
registry: "ghcr.io/wainersm"
git_ref: ${{ github.sha }}
image_tag: ${{ github.sha }}
# image_tag: ${{ github.sha }}
image_tag: latest
secrets: inherit

podvm_binaries:
Expand All @@ -22,7 +23,8 @@
with:
registry: "ghcr.io/wainersm"
git_ref: ${{ github.sha }}
image_tag: ${{ github.sha }}
# image_tag: ${{ github.sha }}
image_tag: latest
secrets: inherit

podvm:
Expand All @@ -31,5 +33,6 @@
with:
registry: "ghcr.io/wainersm"
git_ref: ${{ github.sha }}
image_tag: ${{ github.sha }}
# image_tag: ${{ github.sha }}
image_tag: latest
secrets: inherit

0 comments on commit 4d98647

Please sign in to comment.