Skip to content

Commit 2204a74

Browse files
committed
Update docker push action? #605
1 parent 43c5743 commit 2204a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Build and push Docker image
46-
uses: docker/build-push-action@v3
46+
uses: docker/build-push-action@v4
4747
with:
4848
context: .
4949
push: true

0 commit comments

Comments
 (0)