Skip to content

Commit

Permalink
refactor: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mikutas committed Dec 16, 2024
1 parent ae87045 commit 7115521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Ser the version
run: echo "VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')" >> $GITHUB_ENV
run: echo "VERSION=$(echo "${{ github.ref_name }}")" >> $GITHUB_ENV

- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 7115521

Please sign in to comment.