There was an error while loading. Please reload this page.
2 parents 9b47594 + f5cc637 commit 73b5e0eCopy full SHA for 73b5e0e
2 files changed
.github/workflows/build.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Login to DockerHub
42
if: ${{ github.event_name != 'pull_request' }}
43
- uses: docker/login-action@v4.5.2
+ uses: docker/login-action@v4
44
with:
45
username: ${{ secrets.DOCKERHUB_USERNAME }}
46
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: docker/setup-buildx-action@v4
34
35
36
37
38
39
0 commit comments