mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-19 07:09:05 +00:00
Update docker-publish.yml
This commit is contained in:
parent
2f40ff78ff
commit
38fd304e3d
7
.github/workflows/docker-publish.yml
vendored
7
.github/workflows/docker-publish.yml
vendored
|
@ -33,6 +33,13 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Cache sources
|
||||
id: cache-sources
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: .
|
||||
key: cache-yosys
|
||||
|
||||
# Login against a Docker registry except on PR
|
||||
# https://github.com/docker/login-action
|
||||
|
|
Loading…
Reference in a new issue