Skip to content

Commit ddfcef7

Browse files
committed
update actions to v4
1 parent d903121 commit ddfcef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
image=moby/buildkit:latest
3333
3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v4
35+
uses: docker/login-action@v3
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Login to Docker Hub
42-
uses: docker/login-action@v4
42+
uses: docker/login-action@v3
4343
with:
4444
username: ${{ secrets.DOCKERHUB_USERNAME }}
4545
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)