Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzyBek authored Jul 9, 2024
1 parent f87966a commit f3c773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
ssh-private-key: ${{ secrets.UGENT_HUISSTIJL_ACCESS }}
- name: Build the Docker image
run: DOCKER_BUILDKIT=1 docker build . --file Dockerfile --ssh default=$SSH_AUTH_SOCK --tag test-image:$(date +%s) --mount=type=ssh
run: docker buildx build . --file Dockerfile --ssh default=$SSH_AUTH_SOCK --tag test-image:$(date +%s)

0 comments on commit f3c773b

Please sign in to comment.