Skip to content

Commit

Permalink
fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Sep 12, 2023
1 parent ee32455 commit 71ce94d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ jobs:
run: |
export CATALOG_BASE_IMG=ghcr.io/davidkarlsen/flyway-operator-catalog:alpha
make catalog-build catalog-push VERSION=${{ env.VERSION }} CATALOG_BASE_IMG=${CATALOG_BASE_IMG}
# re-tag as alpha, so that we can stick to a single channel
docker pull ghcr.io/davidkarlsen/flyway-operator-catalog:${{ env.VERSION }}
docker tag ghcr.io/davidkarlsen/flyway-operator-catalog:${{ env.VERSION }} ${CATALOG_BASE_IMG}
echo re-tagging
docker tag ghcr.io/davidkarlsen/flyway-operator-catalog:${{ env.GIT_VERSION }} ${CATALOG_BASE_IMG}
docker push ${CATALOG_BASE_IMG}
- name: createRelease
Expand Down

0 comments on commit 71ce94d

Please sign in to comment.