Skip to content

Commit a14a356

Browse files
committed
Bump build-push-action to 2.2.2
Defaults were updated to sensibly look for the Dockefile relative to the specified context
1 parent e2021c0 commit a14a356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/setup-buildx-action@v1
4949

5050
- name: Build and push Docker images
51-
uses: docker/[email protected].0
51+
uses: docker/[email protected].2
5252
with:
5353
build-args: BASE_YUM_REPO=${{ matrix.repo }}
5454
tags: "${{ steps.generate-tag-list.outputs.taglist }}"
@@ -95,7 +95,7 @@ jobs:
9595
password: ${{ secrets.DOCKER_PASSWORD }}
9696

9797
- name: Build and push Docker images
98-
uses: docker/[email protected].0
98+
uses: docker/[email protected].2
9999
with:
100100
push: True
101101
build-args: BASE_YUM_REPO=${{ matrix.repo }}

0 commit comments

Comments
 (0)