Skip to content

Commit a259f48

Browse files
Bump docker/build-push-action from 2 to 3 (#124)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64ac093 commit a259f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.QUAY_PASSWORD }}
4141
- name: Build and push
4242
id: build-push
43-
uses: docker/build-push-action@v2
43+
uses: docker/build-push-action@v3
4444
with:
4545
context: .
4646
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)