Skip to content

Commit e5cd23d

Browse files
committed
add -d
1 parent 24bf442 commit e5cd23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
- name: copy curl binary
6363
if: ${{ github.ref == 'refs/heads/develop' }}
6464
run: |
65-
docker run --pull always --platform amd64 --name curl-x86_64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
65+
docker run -d --pull always --platform amd64 --name curl-x86_64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
6666
docker cp curl-x86_64:/usr/local/bin/curl curl-x86_64
67-
docker run --pull always --platform arm64 --name curl-aarch64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
67+
docker run -d --pull always --platform arm64 --name curl-aarch64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
6868
docker cp curl-aarch64:/usr/local/bin/curl curl-aarch64
6969
- uses: actions/upload-artifact@v3
7070
if: ${{ github.ref == 'refs/heads/develop' }}

0 commit comments

Comments
 (0)