mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-03 21:01:23 +00:00
Update docker-publish.yml
This commit is contained in:
parent
2f40ff78ff
commit
38fd304e3d
1 changed files with 7 additions and 0 deletions
7
.github/workflows/docker-publish.yml
vendored
7
.github/workflows/docker-publish.yml
vendored
|
@ -33,6 +33,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
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
|
# Login against a Docker registry except on PR
|
||||||
# https://github.com/docker/login-action
|
# https://github.com/docker/login-action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue