Skip to content

Commit e719845

Browse files
authored
Update publish.yml
1 parent bb277c2 commit e719845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ jobs:
1616
run: echo "IMAGE_TAG=$(git log -1 --pretty=%h)" >> $GITHUB_ENV
1717
-
1818
name: Login to GitHub Container Registry
19-
uses: docker/login-action@v1
19+
uses: docker/login-action@v3
2020
with:
2121
registry: ghcr.io
2222
username: ${{ secrets.GH_USERNAME }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
-
2525
name: Login to Docker Hub
26-
uses: docker/login-action@v1
26+
uses: docker/login-action@v3
2727
with:
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030
-
3131
name: Build and push
3232
id: docker_build
33-
uses: docker/build-push-action@v2
33+
uses: docker/build-push-action@v5
3434
with:
3535
platforms: linux/amd64
3636
push: true

0 commit comments

Comments
 (0)