Skip to content

Commit 93b3690

Browse files
Prachi Shivanand AnurePrachi Shivanand Anure
authored andcommitted
Revert Dockerfile changes
1 parent 830e7d5 commit 93b3690

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
touch "Passing" || touch "Failed"
9797
9898
- name: Build driver image
99-
run: make driver
99+
run: |
100+
docker build --build-arg RHSM_USER=${{ secrets.RHSM_USER }} --build-arg RHSM_PASS=${{ secrets.RHSM_PASS }} .
100101
101102
- name: Publish coverage
102103
if: success()

0 commit comments

Comments
 (0)