Skip to content

Commit

Permalink
Set up Docker Buildx
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed May 11, 2024
1 parent 18154dc commit 731f24d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
promu checksum output\
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build Docker Artifacts
run: |
$Env:VERSION = '${{ startsWith(github.ref, 'refs/tags/') && 'latest' || github.ref_name }}'
Expand Down

0 comments on commit 731f24d

Please sign in to comment.