Skip to content

Commit

Permalink
chore(ci): rename job (Push legacy module tag v0.0.0-main)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
  • Loading branch information
universal-itengineer committed May 23, 2024
1 parent b0a82c3 commit 7bcc743
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/dev_module_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
echo "MODULES_MODULE_TAG=$MODULES_MODULE_TAG" >> "$GITHUB_OUTPUT"
show_dev_manifest:
runs-on: ubuntu-latest
name: Show manifest
Expand Down Expand Up @@ -185,12 +184,4 @@ jobs:
echo "✨ Bundle image : Pushing ${IMAGE_SRC} to ${IMAGE_DST}"
crane copy ${IMAGE_SRC} ${IMAGE_DST}
if: ${{ github.ref_name == 'main' }}
name: Bundle image tag main
# - run: |
# IMAGE_SRC="$(jq -r '.Images."bundle".DockerImageName' images_tags_werf.json)"
# IMAGE_DST="$(jq -r '.Images.bundle.DockerRepo' images_tags_werf.json):pre-alpha"
# echo "✨ Bundle image : Pushing ${IMAGE_SRC} to ${IMAGE_DST}"
# crane copy ${IMAGE_SRC} ${IMAGE_DST}
# if: ${{ github.ref_name == 'pre-alpha' }}
# name: Bundle image tag pre-alpha
name: Push legacy module tag v0.0.0-main

0 comments on commit 7bcc743

Please sign in to comment.