diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9945e234d4..965a5b64af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.10.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a424642807..e14cb078df 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -31,7 +31,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.10.0 with: context: . file: ./Dockerfile