Skip to content

Commit

Permalink
Merge branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gpproton committed Oct 3, 2024
2 parents dc4025b + 16ea56c commit 870095b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:

- name: Set environment DOCKERHUB_IMAGE_TAGS and VERSION
run: |
_VERSION="${{ github.ref_name }}"
_TAG="${{ github.ref_name }}"
_VERSION=${_BRANCH#v*}
echo "VERSION=$_VERSION" >> $GITHUB_ENV
_MAJOR_VERSION=${_VERSION%.*}
_DOCKERHUB_IMAGE_TAGS="$DOCKERHUB_REPOSITORY:$_VERSION-${{ matrix.os }}"
Expand Down

0 comments on commit 870095b

Please sign in to comment.