Skip to content

Commit e2a504a

Browse files
committed
Update docker/build-push-action action to v2.6.1
1 parent 62db195 commit e2a504a

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)