Skip to content

Commit 11f1d0c

Browse files
authored
Merge pull request #2300 from timflannagan/bump-docker-build-action-version
.github/workflows: Bump the docker/build-push-action to the v2 version
2 parents f87b21f + 8563f6f commit 11f1d0c

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)