We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb248e3 + 7d72a6d commit 7738685Copy full SHA for 7738685
.github/workflows/publish.yml
@@ -67,20 +67,20 @@ jobs:
67
uses: actions/checkout@v3
68
69
- name: Login to DockerHub
70
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
71
with:
72
username: ${{ secrets.DOCKER_USERNAME }}
73
password: ${{ secrets.DOCKER_PASSWORD }}
74
75
- name: Login to GitHub Container Registry
76
77
78
registry: ghcr.io
79
username: ${{ github.repository_owner }}
80
password: ${{ secrets.GHCR_TOKEN }}
81
82
- name: Build Docker image
83
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
84
85
context: .
86
# platforms: linux/amd64,linux/arm64
0 commit comments