Skip to content

Commit

Permalink
Update docker-stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Jul 14, 2024
1 parent 537f40d commit 2f85dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Determine Tags
run: |
version=echo '${{ github.ref }}' | awk -F '/' '{print $NF}'
version=echo "${{ github.ref }}" | awk -F '/' '{print $NF}'
major_version=echo '${version}' | cut -d '.' -f 1
tags=()
Expand Down

0 comments on commit 2f85dfc

Please sign in to comment.