Skip to content

Commit 48dc296

Browse files
update github action docker image
1 parent ba31307 commit 48dc296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
# This step uses Docker's build-push-action: https://github.com/docker/build-push-action
1818
- name: Build and push Docker image to docker hub
19-
uses: docker/build-push-action@v1.1.0
19+
uses: docker/build-push-action@v6.18.0
2020
with:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)