Skip to content

Commit

Permalink
update CI flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tabossert committed Nov 3, 2023
1 parent eb38edd commit 80cfff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
docker-platform: ["linux/arm64", "linux/amd64"]
images: ["rocky9.2-5"]
images: ["rocky9.2-7"]
runs-on: ubuntu-latest
needs: [set-short-sha]
env:
Expand All @@ -51,7 +51,7 @@ jobs:
publish-images:
strategy:
matrix:
images: ["rocky9.2-5"]
images: ["rocky9.2-7"]
env:
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80cfff2

Please sign in to comment.