Skip to content

Commit

Permalink
Merge branch 'release/v0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Onyxmoon committed Jan 11, 2024
2 parents 15fe46b + cb77893 commit aa15103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-push-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: Check and set release version
run: |
echo "RELEASE_VERSION: '${{ github.ref_name }}'"
echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
echo "RELEASE_VERSION: '$RELEASE_VERSION'"
- if: ${{ github.ref_name != '' }}
name: Build and push (versioned)
Expand Down

0 comments on commit aa15103

Please sign in to comment.