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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v6

- name: Log in to Docker registry
uses: docker/login-action@0267638d8ae53966df71bb06d552129dd542dfa7
uses: docker/login-action@946f94de75ea52995b6aa1e54fd3e0aeed6cc573
with:
registry: ${{ env.REGISTRY }}
username: ${{ vars.DOCKER_REGISTRY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v6

- name: Log in to Docker registry
uses: docker/login-action@0267638d8ae53966df71bb06d552129dd542dfa7
uses: docker/login-action@946f94de75ea52995b6aa1e54fd3e0aeed6cc573
with:
registry: ${{ env.REGISTRY }}
username: ${{ vars.DOCKER_REGISTRY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fi

- name: Log in to Docker registry
uses: docker/login-action@0267638d8ae53966df71bb06d552129dd542dfa7
uses: docker/login-action@946f94de75ea52995b6aa1e54fd3e0aeed6cc573
with:
registry: ${{ env.REGISTRY }}
username: ${{ vars.DOCKER_REGISTRY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v6

- name: Log in to Docker registry
uses: docker/login-action@0267638d8ae53966df71bb06d552129dd542dfa7
uses: docker/login-action@946f94de75ea52995b6aa1e54fd3e0aeed6cc573
with:
registry: ${{ env.REGISTRY }}
username: ${{ vars.DOCKER_REGISTRY_USER }}
Expand Down
Loading