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 babd681 commit b05c03bCopy full SHA for b05c03b
.github/workflows/release_docker_image.yaml
@@ -30,13 +30,13 @@ jobs:
30
webpsh/webps
31
32
- name: Login to DockerHub
33
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
34
with:
35
username: ${{ secrets.DOCKERHUB_USERNAME }}
36
password: ${{ secrets.DOCKERHUB_TOKEN }}
37
38
- name: Login to GitHub Container Registry
39
40
41
registry: ghcr.io
42
username: ${{ github.repository_owner }}
@@ -49,7 +49,7 @@ jobs:
49
uses: docker/setup-buildx-action@v3
50
51
- name: Cache Docker layers
52
- uses: actions/cache@v2
+ uses: actions/cache@v4
53
54
path: /tmp/.buildx-cache
55
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments