Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit dadcc92

Browse files
authored
Merge pull request #31 from sudo-bmitch/pr-fix-gha-checkout
Fix: Prepare depends on git checkout
2 parents 88ae25d + 3949991 commit dadcc92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
name: Docker
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: Check out code
20+
uses: actions/checkout@v4
21+
1922
- name: Prepare
2023
id: prep
2124
run: |
@@ -46,9 +49,6 @@ jobs:
4649
echo "tags=${TAGS}" >>$GITHUB_OUTPUT
4750
echo "created=${VCS_DATE}" >>$GITHUB_OUTPUT
4851
49-
- name: Check out code
50-
uses: actions/checkout@v4
51-
5252
- name: Set up Docker Buildx
5353
uses: docker/setup-buildx-action@v3
5454

0 commit comments

Comments
 (0)