We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7b198 commit 59ad77eCopy full SHA for 59ad77e
.github/workflows/docker.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v2
18
19
- name: Push to Docker Hub
20
- uses: docker/build-push-action@v1 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
+ uses: docker/build-push-action@v4 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
21
with:
22
username: ${{ secrets.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments