Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jul 5, 2024
1 parent 392e43d commit 411d2a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/docker_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ runs:
key: ${{ runner.os }}-regclient
- name: Install regctl
if: steps.cache-regclient.outputs.cache-hit != 'true'
uses: regclient/actions/regctl-installer@main
uses: regclient/actions/[email protected]
with:
regctl-release: v0.4.7 # optional
- name: Cache regclient
id: cache-regclient-save
uses: actions/cache/save@v4
Expand Down

0 comments on commit 411d2a0

Please sign in to comment.