Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
update checkout
  • Loading branch information
liukatkat committed Aug 1, 2025
commit 672fada149a778431aaf108a2fe13b9f35df1b31
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: true

- name: Log in to the Container registry
if: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -79,7 +81,6 @@ jobs:
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
submodules: true

- name: Generate artifact attestation (ghcr.io)
if: ${{ github.event_name != 'pull_request' }}
Expand Down
Loading