Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
tabossert committed Dec 3, 2023
1 parent 8831ec5 commit a18447e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/build-base-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BUILD_REPO="${BUILD_REPO:-build-base-images}"
PIP_VERSION="${PIP_VERSION:-22.2.1}"
GITHUB_REF="${GITHUB_REF:-none}"
DOCKER_PLATFORM="${DOCKER_PLATFORM:-linux/amd64}"
DOCKERFILE="${DOCKERFILE:-rocky9-2.9}"
DOCKERFILE="${DOCKERFILE:-rocky9.2-9}"
CI="${CI:-false}"
SHORT_SHA="${SHORT_SHA:-$(git rev-parse --short HEAD)}"

Expand Down
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.9"]
images: ["rocky9.2-9"]
runs-on: ubuntu-latest-m
needs: [set-short-sha]
env:
Expand All @@ -51,7 +51,7 @@ jobs:
publish-images:
strategy:
matrix:
images: ["rocky9-2.9"]
images: ["rocky9.2-9"]
env:
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit a18447e

Please sign in to comment.