Skip to content

Commit 7738685

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents fb248e3 + 7d72a6d commit 7738685

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
@@ -67,20 +67,20 @@ jobs:
6767
uses: actions/checkout@v3
6868

6969
- name: Login to DockerHub
70-
uses: docker/login-action@v1
70+
uses: docker/login-action@v2
7171
with:
7272
username: ${{ secrets.DOCKER_USERNAME }}
7373
password: ${{ secrets.DOCKER_PASSWORD }}
7474

7575
- name: Login to GitHub Container Registry
76-
uses: docker/login-action@v1
76+
uses: docker/login-action@v2
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.repository_owner }}
8080
password: ${{ secrets.GHCR_TOKEN }}
8181

8282
- name: Build Docker image
83-
uses: docker/build-push-action@v2
83+
uses: docker/build-push-action@v3
8484
with:
8585
context: .
8686
# platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)