Skip to content

Commit 9e31f0e

Browse files
committed
add checkout again
1 parent 1bf2ebb commit 9e31f0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
id-token: write
2020

2121
steps:
22+
- name: Checkout repository
23+
uses: actions/checkout@v4
24+
2225
# login to ghcr.io
2326
- name: Log in to the Container registry
2427
uses: docker/login-action@v3
@@ -34,7 +37,7 @@ jobs:
3437
with:
3538
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3639

37-
# Build and push Docker image to ghcr.io (checks out the code)
40+
# Build and push Docker image to ghcr.io
3841
- name: Build and push Docker image
3942
id: push
4043
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)