Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login to GHCR
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/continuous-delivery-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to the GHCR
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down Expand Up @@ -158,14 +158,14 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to the GHCR
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down Expand Up @@ -312,14 +312,14 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to the GHCR
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
Loading