Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-image-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Login to the CI registry 🔐
if: inputs.publish_to_registry == 'false'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ inputs.ci_registry }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
### The publish and periodic rebuilds are based on the latest stable github release tag
- name: Login into official registry 🔐
if: inputs.publish_to_registry == 'true'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ inputs.registry }}
username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sign-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
publish_to_registry: "false"

- name: Login to CI registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
Loading