Skip to content

Commit

Permalink
image name update
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Sep 26, 2022
1 parent 517ccac commit a9d63b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
fi
HUB_IMAGE="docker.io/$IMAGE_REPO/$IMAGE_NAME"
QUAY_IMAGE="quay.io/$IMAGE_REPO/$IMAGE_NAME"
VERSION="${{ matrix.baseversion}}-dev"
VERSION="dev"
if [[ '${{ needs.prebuild.outputs.version }}' != '' ]]; then
VERSION="${{ matrix.baseversion}}"
VERSION="${{ needs.prebuild.outputs.version }}"
fi
if [ "${{ github.event_name }}" = "schedule" ]; then
VERSION="${{ matrix.baseversion}}-nightly"
VERSION="nightly"
fi
TAGS="${QUAY_IMAGE}:${VERSION},${HUB_IMAGE}:${VERSION}"
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
Expand Down

0 comments on commit a9d63b0

Please sign in to comment.