Skip to content

Commit

Permalink
Set up the tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Mar 24, 2023
1 parent cf8db0e commit 5d5fd4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rest-server-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
env:
DOCKER_IMAGE_NAME: 'ghcr.io/microsoft/nubesgen/nubesgen-native'
steps:
- name: Set Tag name environment variable
run: echo "TAG_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Login to Azure
uses: azure/login@v1
with:
Expand Down

0 comments on commit 5d5fd4b

Please sign in to comment.