Skip to content

Commit fa17d0f

Browse files
committed
ci: turns out we do need to checkout
Signed-off-by: Ramon Roche <[email protected]>
1 parent 18ad927 commit fa17d0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dev_container.yml

+6
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ jobs:
129129
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
130130
steps:
131131
- uses: runs-on/action@v1
132+
- uses: actions/checkout@v4
133+
with:
134+
fetch-tags: true
135+
submodules: false
136+
fetch-depth: 0
132137

133138
- name: Login to Docker Hub
134139
uses: docker/login-action@v3
@@ -148,6 +153,7 @@ jobs:
148153
- name: Push Images to Registry
149154
uses: docker/build-push-action@v6
150155
with:
156+
context: Tools/setup
151157
tags: ${{ needs.setup.outputs.meta_tags }}
152158
labels: ${{ needs.setup.outputs.meta_labels }}
153159
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)