We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e1cde commit 573086eCopy full SHA for 573086e
.github/workflows/docker-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
43
44
# Workaround: https://github.com/docker/build-push-action/issues/461
45
- name: Setup Docker buildx
.github/workflows/docker.yml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.DOCKERHUB_TOKEN }}
35
36
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
38
- name: Docker build
run: |
0 commit comments