Skip to content

Commit

Permalink
Remove some verbosity from img creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Sep 19, 2024
1 parent 89f8646 commit d84f5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
ENV="production" ||
ENV="staging"
echo "env is $ENV"
export BUILDKIT_PROGRESS=plain
inv $ENV image.build --tag=${{ env.DOCKER_TAG }} image.push --tag=${{ env.DOCKER_TAG }}
- name: Upload docker tag from build-push job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d84f5fb

Please sign in to comment.