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 c7ae8d4Copy full SHA for c7ae8d4
.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
38
- name: Docker build
run: |
0 commit comments