diff --git a/.github/workflows/docker-image-bullseye-armv7a.yml b/.github/workflows/docker-image-bullseye-armv7a.yml index f04a3f6..55d279b 100644 --- a/.github/workflows/docker-image-bullseye-armv7a.yml +++ b/.github/workflows/docker-image-bullseye-armv7a.yml @@ -34,7 +34,7 @@ jobs: with: install: true - name: Login to docker hub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/docker-image-bullseye-x86_64.yml b/.github/workflows/docker-image-bullseye-x86_64.yml index de137e5..f181a70 100644 --- a/.github/workflows/docker-image-bullseye-x86_64.yml +++ b/.github/workflows/docker-image-bullseye-x86_64.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 name: Checkout - name: Login to docker hub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v3 name: Checkout - name: Login to docker hub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/docker-image-buster-armv7a.yml b/.github/workflows/docker-image-buster-armv7a.yml index 0d28728..3625c1b 100644 --- a/.github/workflows/docker-image-buster-armv7a.yml +++ b/.github/workflows/docker-image-buster-armv7a.yml @@ -34,7 +34,7 @@ jobs: with: install: true - name: Login to docker hub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/docker-image-buster-x86_64.yml b/.github/workflows/docker-image-buster-x86_64.yml index 4f382d4..3b0642f 100644 --- a/.github/workflows/docker-image-buster-x86_64.yml +++ b/.github/workflows/docker-image-buster-x86_64.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 name: Checkout - name: Login to docker hub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v3 name: Checkout - name: Login to docker hub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }}