Skip to content

Commit 8563f6f

Browse files
committed
.github/workflows: Bump the docker/build-push-action to the v2 version
Signed-off-by: timflannagan <[email protected]>
1 parent 851c5e4 commit 8563f6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- name: Check out the repo
1111
uses: actions/checkout@v2
1212
- name: Build the container image
13-
uses: docker/build-push-action@v1
13+
uses: docker/build-push-action@v2
1414
with:
15-
repository: operator-framework/olm
16-
dockerfile: ./Dockerfile
15+
context: .
16+
file: Dockerfile
1717
push: false

0 commit comments

Comments
 (0)