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 1bf2ebb commit 9e31f0eCopy full SHA for 9e31f0e
.github/workflows/build_image.yml
@@ -19,6 +19,9 @@ jobs:
19
id-token: write
20
21
steps:
22
+ - name: Checkout repository
23
+ uses: actions/checkout@v4
24
+
25
# login to ghcr.io
26
- name: Log in to the Container registry
27
uses: docker/login-action@v3
@@ -34,7 +37,7 @@ jobs:
34
37
with:
35
38
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36
39
- # Build and push Docker image to ghcr.io (checks out the code)
40
+ # Build and push Docker image to ghcr.io
41
- name: Build and push Docker image
42
id: push
43
uses: docker/build-push-action@v6
0 commit comments