Skip to content

Commit 48497a9

Browse files
committed
Replace unmaintained azure/docker-login with docker/login-action
1 parent 4eb7329 commit 48497a9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-stage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Git checkout
28-
uses: actions/checkout@v6
29-
with:
30-
persist-credentials: false
28+
uses: actions/checkout@v6
29+
with:
30+
persist-credentials: false
3131

3232
- name: Detect template source from PR body
3333
env:
@@ -46,9 +46,9 @@ jobs:
4646
fi
4747
4848
- name: Login to container registry
49-
uses: azure/docker-login@v2
49+
uses: docker/login-action@v4
5050
with:
51-
login-server: "${{ vars.DOCKER_REGISTRY }}"
51+
registry: "${{ vars.DOCKER_REGISTRY }}"
5252
username: "${{ secrets.DOCKER_USERNAME }}"
5353
password: "${{ secrets.DOCKER_PASSWORD }}"
5454

0 commit comments

Comments
 (0)