diff --git a/.github/workflows/authentication.build.yml b/.github/workflows/authentication.build.yml index cd24f9838..729a28591 100644 --- a/.github/workflows/authentication.build.yml +++ b/.github/workflows/authentication.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/authorization.build.yml b/.github/workflows/authorization.build.yml index 6826f5a96..475a26fff 100644 --- a/.github/workflows/authorization.build.yml +++ b/.github/workflows/authorization.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/chat.build.yml b/.github/workflows/chat.build.yml index 9fae0393c..33b3f6fc2 100644 --- a/.github/workflows/chat.build.yml +++ b/.github/workflows/chat.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/core.build.yml b/.github/workflows/core.build.yml index e90869969..29dd0e55c 100644 --- a/.github/workflows/core.build.yml +++ b/.github/workflows/core.build.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/database.build.yml b/.github/workflows/database.build.yml index 44e10bd1c..9791194ab 100644 --- a/.github/workflows/database.build.yml +++ b/.github/workflows/database.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/email.build.yml b/.github/workflows/email.build.yml index 64a49ebd7..f1296f8be 100644 --- a/.github/workflows/email.build.yml +++ b/.github/workflows/email.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/forms.build.yml b/.github/workflows/forms.build.yml index 2702121b8..fc059a9bb 100644 --- a/.github/workflows/forms.build.yml +++ b/.github/workflows/forms.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/functions.build.yml b/.github/workflows/functions.build.yml index 636bca863..8c03bb647 100644 --- a/.github/workflows/functions.build.yml +++ b/.github/workflows/functions.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index e4c290d6e..d09da9c85 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -17,13 +17,13 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Log in to the Dockerhub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_TOKEN }} diff --git a/.github/workflows/push_notifications.build.yml b/.github/workflows/push_notifications.build.yml index fe168bdfb..1e09e11b0 100644 --- a/.github/workflows/push_notifications.build.yml +++ b/.github/workflows/push_notifications.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/router.build.yml b/.github/workflows/router.build.yml index f2db1c9f2..915293df1 100644 --- a/.github/workflows/router.build.yml +++ b/.github/workflows/router.build.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/sms.build.yml b/.github/workflows/sms.build.yml index 3c5a27113..7099f8045 100644 --- a/.github/workflows/sms.build.yml +++ b/.github/workflows/sms.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/storage.build.yml b/.github/workflows/storage.build.yml index f382553d5..27bfc9c14 100644 --- a/.github/workflows/storage.build.yml +++ b/.github/workflows/storage.build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}