3
0
Fork 0
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:
Vojta Mrazek 2021-06-21 14:36:12 +02:00 committed by GitHub
parent 2f40ff78ff
commit 38fd304e3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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