Skip to content

Commit

Permalink
Merge pull request #27 from drolx/main
Browse files Browse the repository at this point in the history
Update deploy-containers.yml
  • Loading branch information
gpproton authored Nov 21, 2023
2 parents 104d4c3 + b614d47 commit 9af2693
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 @@ -54,7 +54,8 @@ jobs:

- name: Set environment DOCKERHUB_IMAGE_TAGS and VERSION
run: |
_MAJOR_VERSION=${_VERSION%.*}
VERSION="${{ env._VERSION }}"
_MAJOR_VERSION=${VERSION%.*}
_DOCKERHUB_IMAGE_TAGS="$DOCKERHUB_REPOSITORY:$_VERSION-${{ matrix.os }}"
_DOCKERHUB_IMAGE_TAGS+=",$DOCKERHUB_REPOSITORY:$_MAJOR_VERSION-${{ matrix.os }}"
_DOCKERHUB_IMAGE_TAGS+=",$DOCKERHUB_REPOSITORY:${{ matrix.os }}"
Expand Down

0 comments on commit 9af2693

Please sign in to comment.