Skip to content

Commit

Permalink
ci(github): update container workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 20, 2023
1 parent b22b8e1 commit aa8c9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
echo "TAG_VERSION=$LATEST_TAG" >> $GITHUB_ENV
[[ "${{ inputs.checkout_latest }}" == "true" ]] && git checkout $LATEST_TAG
#[[ "${{ inputs.checkout_latest }}" == "true" ]] && git checkout $LATEST_TAG
- name: Get push tag version
if: github.event_name == 'push'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
echo "TAG_VERSION=$LATEST_TAG" >> $GITHUB_ENV
[[ "${{ inputs.checkout_latest }}" == "true" ]] && git checkout $LATEST_TAG
#[[ "${{ inputs.checkout_latest }}" == "true" ]] && git checkout $LATEST_TAG
- name: Get push tag version
if: github.event_name == 'push'
Expand Down

0 comments on commit aa8c9b3

Please sign in to comment.