Skip to content

Commit

Permalink
fix: Update workflow to use Openshift compliant Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
David-T-White committed Apr 4, 2023
1 parent c707140 commit c87c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
push: true
tags: ${{ env.REGISTRY }}/${{ steps.imagelc.outputs.lowercase }}:${{ steps.fetch-latest-release.outputs.latest-release }}
labels: ${{ steps.meta.outputs.labels }}
file: Dockerfile.ubi
file: Dockerfile.redhat

- name: Inspect
run: |
Expand Down

0 comments on commit c87c2ad

Please sign in to comment.