There was an error while loading. Please reload this page.
1 parent c2a38eb commit 1e08d1aCopy full SHA for 1e08d1a
.github/workflows/docker.yml
@@ -53,12 +53,12 @@ jobs:
53
ref: ${{ (inputs.commit != '' && inputs.commit) || inputs.branch }}
54
- name: Log in to Docker Hub
55
if: ${{inputs.login}}
56
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
57
with:
58
username: ${{secrets.DOCKER_USERNAME}}
59
password: ${{secrets.DOCKER_PASSWORD}}
60
- name: Build Docker images
61
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
62
63
context: .
64
push: ${{inputs.push}}
0 commit comments