Skip to content

Commit c82dc81

Browse files
build(deps): bump docker/build-push-action from 2 to 3 (#238)
1 parent 4853433 commit c82dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
latest=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
5050
5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
context: .
5555
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)