diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1b89c652a..5511bbad0 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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