Skip to content

Commit 9d1b277

Browse files
Merge pull request #16 from nicholaswilde/renovate/docker-build-push-action-2.x
Update docker/build-push-action action to v2.5.0
2 parents 810d104 + d4272c9 commit 9d1b277

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.4.0
182+
uses: docker/build-push-action@v2.5.0
183183
with:
184184
context: .
185185
file: ./Dockerfile

0 commit comments

Comments
 (0)