Upgrade docker/login-action@v1 to docker/login-action@v3

pull/977/head
Michele Locati 2024-09-09 17:28:50 +02:00
parent b84f0fb1c9
commit 186b3b19a8
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ jobs:
run: sed -i -E "s/^(IPE_VERSION=)master$/\1$VERSIONTAG_THIS/" install-php-extensions run: sed -i -E "s/^(IPE_VERSION=)master$/\1$VERSIONTAG_THIS/" install-php-extensions
- name: Login to Docker Hub - name: Login to Docker Hub
if: env.VERSIONTAG_THIS != '' if: env.VERSIONTAG_THIS != ''
uses: docker/login-action@v1 uses: docker/login-action@v3
with: with:
username: mlocati username: mlocati
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}