Skip to content

Commit

Permalink
Update build_and_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus authored Jun 4, 2024
1 parent 212b5e1 commit d179a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: file_watcher_build
uses: docker/build-push-action@v5
with:
file: ./container/job_watcher.Dockerfile
file: ./container/file_watcher.D
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/filewatcher:${{ github.sha }}

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
id: file_watcher_operator_build
uses: docker/build-push-action@v5
with:
file: ./container/job_creator.Dockerfile
file: ./container/file_watcher_operator.D
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/filewatcher-operator:${{ github.sha }}

Expand Down

0 comments on commit d179a8a

Please sign in to comment.