Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed May 26, 2024
1 parent 87ce5df commit ec39dba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
with:
path: go-build-cache
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-build-cache-
restore-keys: |
${{ runner.os }}-go-build-cache-
- name: inject go-build-cache into docker
uses: reproducible-containers/[email protected]
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:
with:
path: go-build-cache
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-build-cache-
restore-keys: |
${{ runner.os }}-go-build-cache-
- name: inject go-build-cache into docker
uses: reproducible-containers/[email protected]
Expand Down

0 comments on commit ec39dba

Please sign in to comment.