Skip to content

Commit

Permalink
Update multiarch-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio authored Nov 20, 2024
1 parent 379fafa commit 3d2c97f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ls -lR
gh release upload ${{ github.event.release.tag_name }} swish /tmp/amd64/swish_linux_amd64_static_${{ github.event.release.tag_name }}
gh release upload ${{ github.event.release.tag_name }} swish /tmp/arm64/swish_linux_arm64_static_${{ github.event.release.tag_name }}
gh release upload ${{ github.event.release.tag_name }} /tmp/amd64/swish_linux_amd64_static_${{ github.event.release.tag_name }}
gh release upload ${{ github.event.release.tag_name }} /tmp/arm64/swish_linux_arm64_static_${{ github.event.release.tag_name }}
- name: Upload armhf release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ env.DOCKER_ARMHF_EXPERIMENTAL == 'enabled' }}
run: |
gh release upload ${{ github.event.release.tag_name }} swish /tmp/armhf/swish_linux_armhf_static_${{ github.event.release.tag_name }}
gh release upload ${{ github.event.release.tag_name }} /tmp/armhf/swish_linux_armhf_static_${{ github.event.release.tag_name }}
- name: Attest release
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 3d2c97f

Please sign in to comment.