Skip to content

Commit

Permalink
Fix ubi push step
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAijaz committed Oct 25, 2023
1 parent 6658996 commit 6df09b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ${{ env.DOCKER_FILE_PATH }}
file: ${{ env.DOCKER_UBI_FILE_PATH }}
pull: true
push: true
build-args: |
Expand Down

0 comments on commit 6df09b2

Please sign in to comment.