Skip to content

Commit

Permalink
correct ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Apr 13, 2024
1 parent 4beac52 commit 937cb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
export TAG=${{ github.event.release.tag_name }}
mkdir -p /tmp/amd64/zip
docker pull ${{ secrets.DOCKER_IMAGE }}-integration:latest-amd64
docker pull ${{ secrets.DOCKER_IMAGE }}-integration:latest
docker create --platform linux/amd64 --name temp-container-amd64 ${{ secrets.DOCKER_IMAGE }}-integration:latest
docker cp temp-container-amd64:/usr/local/share/debpackages/rustdesk-server-hbbr_${{ github.event.release.tag_name }}_amd64.deb /tmp/amd64/
docker cp temp-container-amd64:/usr/local/share/debpackages/rustdesk-server-hbbs_${{ github.event.release.tag_name }}_amd64.deb /tmp/amd64/
Expand All @@ -70,7 +70,7 @@ jobs:
run: |
export TAG=${{ github.event.release.tag_name }}
mkdir -p /tmp/arm64/zip
docker pull ${{ secrets.DOCKER_IMAGE }}-integration:latest-arm64
docker pull ${{ secrets.DOCKER_IMAGE }}-integration:latest
docker create --platform linux/arm64 --name temp-container-arm64 ${{ secrets.DOCKER_IMAGE }}-integration:latest
docker cp temp-container-arm64:/usr/local/share/debpackages/rustdesk-server-hbbr_${{ github.event.release.tag_name }}_arm64.deb /tmp/arm64/
docker cp temp-container-arm64:/usr/local/share/debpackages/rustdesk-server-hbbs_${{ github.event.release.tag_name }}_arm64.deb /tmp/arm64/
Expand Down

0 comments on commit 937cb9a

Please sign in to comment.