mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
rm if
This commit is contained in:
parent
41e40388bd
commit
42d2fec3ec
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -130,7 +130,6 @@ jobs:
|
||||
if: ${{ matrix.platform }} == "linux/amd64"
|
||||
run: |
|
||||
mkdir -p /tmp/digests
|
||||
if
|
||||
digest="${{ fromJSON(steps.bake.outputs.metadata).image-amd64['containerimage.digest'] }}"
|
||||
touch "/tmp/digests/${digest#sha256:}"
|
||||
|
||||
@ -138,7 +137,6 @@ jobs:
|
||||
if: ${{ matrix.platform }} == "linux/arm64"
|
||||
run: |
|
||||
mkdir -p /tmp/digests
|
||||
if
|
||||
digest="${{ fromJSON(steps.bake.outputs.metadata).image-arm64['containerimage.digest'] }}"
|
||||
touch "/tmp/digests/${digest#sha256:}"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user