Skip to content

Commit

Permalink
Don't save artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Aug 28, 2024
1 parent 0c7d449 commit 7fde926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ runs:
- name: Build & push images
uses: docker/build-push-action@master
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
pull: true
push: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 7fde926

Please sign in to comment.