We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb61b3b + ed06e97 commit 708d89aCopy full SHA for 708d89a
1 file changed
.github/workflows/build_container.yml
@@ -80,14 +80,14 @@ jobs:
80
matrix: ${{ fromJson(needs.setup-matrix.outputs.tag_matrix) }}
81
steps:
82
- name: Log in to the ghcr.io registry
83
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
84
with:
85
registry: ghcr.io
86
username: ${{ needs.downcase.outputs.repository_owner }}
87
password: ${{ secrets.GITHUB_TOKEN }}
88
89
- name: Log in to the docker.io registry
90
91
92
registry: docker.io
93
username: voxpupulibot
0 commit comments