diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index affd0d1..e8fa144 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -31,7 +31,7 @@ jobs: - name: 'Checkout the repository' uses: actions/checkout@v4 - name: 'Log in to the Container registry' - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -65,7 +65,7 @@ jobs: with: submodules: 'true' - name: 'Log in to the Container registry' - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}