We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afd53cd + f0a70dd commit 8cc8333Copy full SHA for 8cc8333
1 file changed
.github/workflows/build_container.yml
@@ -92,14 +92,14 @@ jobs:
92
matrix: ${{ fromJson(needs.setup-matrix.outputs.tag_matrix) }}
93
steps:
94
- name: Log in to the ghcr.io registry
95
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
96
with:
97
registry: ghcr.io
98
username: ${{ github.repository_owner }}
99
password: ${{ secrets.GITHUB_TOKEN }}
100
101
- name: Log in to the docker.io registry
102
103
104
registry: docker.io
105
username: voxpupulibot
0 commit comments