Skip to content

Commit

Permalink
updating ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Jan 20, 2024
1 parent 493a6f4 commit a5acbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
IMAGE_LICENSE: BSD-3-Clause

# Set the container image version to the Github release tag
VERSION: ${{ GITHUB_REF_NAME }}
VERSION: ${{ github.ref_name }}
#VERSION: ${{ github.event.head_commit.message }}

# Branch for pushing release changes (TODO: Change this to the main branch when the rewrite is finished)
Expand Down

0 comments on commit a5acbf5

Please sign in to comment.