Skip to content

Commit

Permalink
BC-8439 - Fix Pipeline Issue with artefacts (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Nov 19, 2024
1 parent 1e62389 commit eeb8750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- name: Build and push ${{ github.repository }}
if: ${{ env.IMAGE_EXISTS == 0 }}
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit eeb8750

Please sign in to comment.