Skip to content

Commit

Permalink
ci: Set up buildx step
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Jan 19, 2025
1 parent 64e8571 commit cfad2c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: docker/setup-buildx-action@v3

- name: Set release version
# `#v` to strip the `v` prefix: v1.2.3 -> 1.2.3
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
Expand Down

0 comments on commit cfad2c1

Please sign in to comment.