Skip to content

Commit 5a38682

Browse files
committed
Upgrade to docker/build-push-action@v4
1 parent 15dc088 commit 5a38682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
server: ${{ secrets.MATRIX_SERVER }}
2525

2626
- name: build and push docker image
27-
uses: docker/build-push-action@v1
27+
uses: docker/build-push-action@v4
2828
with:
2929
username: ${{ secrets.DOCKER_USERNAME }}
3030
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)