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 4ff2ca0 commit c507d0aCopy full SHA for c507d0a
.github/workflows/pull_request.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: docker/setup-buildx-action@v3
47
48
- name: Login to Registry
49
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
50
with:
51
username: ${{ secrets.STAKATER_DOCKERHUB_USERNAME }}
52
password: ${{ secrets.STAKATER_DOCKERHUB_PASSWORD }}
.github/workflows/push.yml
@@ -52,7 +52,7 @@ jobs:
53
54
55
56
57
58
0 commit comments