Skip to content

Commit 2b741e4

Browse files
Merge pull request #23 from nicholaswilde/renovate/docker-build-push-action-2.x
Update docker/build-push-action action to v2.6.1
2 parents 62db195 + e2a504a commit 2b741e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
password: ${{ secrets.QUAY_TOKEN }}
180180

181181
- name: Build and push
182-
uses: docker/build-push-action@v2.5.0
182+
uses: docker/build-push-action@v2.6.1
183183
with:
184184
context: .
185185
file: ./Dockerfile

0 commit comments

Comments
 (0)