mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
manylinux2014-aarch64: Fix cache restore in CI deploy step
This commit is contained in:
parent
fdb8d43e34
commit
cc57e984d3
@ -764,9 +764,9 @@ jobs:
|
||||
docker push $tagged
|
||||
fi
|
||||
- restore_cache:
|
||||
keys:
|
||||
- manylinux2014-x64-assets-{{ .Revision }}
|
||||
- manylinux2014-aarch64-assets-{{ .Revision }}
|
||||
key: manylinux2014-x64-assets-{{ .Revision }}
|
||||
- restore_cache:
|
||||
key: manylinux2014-aarch64-assets-{{ .Revision }}
|
||||
- deploy:
|
||||
name: Deploy manylinux2014-aarch64
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user