1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Checkout tag

This commit is contained in:
Rory Powell 2022-08-10 14:07:21 +01:00
parent 07a1cf63a1
commit a6b55277ea

View file

@ -37,6 +37,9 @@ jobs:
fi
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV
- name: Checkout tag
run: git checkout v${{ env.RELEASE_VERSION }}
- name: Tag and release Docker images (Self Host)
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD