Skip to content

Commit 035b478

Browse files
committed
fixup! test CI
1 parent dc5b360 commit 035b478

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121

2222
- name: Build and push Docker image
2323
id: push
24-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
24+
uses: docker/build-push-action@v6.6.1
2525
with:
2626
context: .
27+
build-args:
28+
- GOOSEBIT_VERSION=0.1.2
2729
file: ./Dockerfile
2830
push: false
2931
# tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)