Skip to content

Commit

Permalink
fix(pull-docker-image): use proper cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Feb 28, 2023
1 parent f25dc6b commit 6a0508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
id: docker-cache
with:
path: ${{ inputs.cache-directory }}
key: docker-cache-${{ runner.os }}
key: ${{ runner.os }}-cache-docker-${{ inputs.image }}

- name: 'Generate image name'
id: hash
Expand Down

0 comments on commit 6a0508a

Please sign in to comment.