Skip to content

Commit

Permalink
removed dry run from docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
vklimontovich committed Jan 9, 2024
1 parent 06a8db2 commit 2aad3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Build Beta Images
if: github.ref == 'refs/heads/feat/newjitsu/self-hosted-revamped'
run: pnpm build-scripts docker --tag beta --push-git-tag --push-docker --dry-run
run: pnpm build-scripts docker --tag beta --push-git-tag --push-docker

- name: Build Release Images
if: startsWith(github.ref, 'refs/tags/jitsu2-')
Expand Down

0 comments on commit 2aad3ab

Please sign in to comment.