diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e6f1c8f..b4903f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -176,7 +176,7 @@ jobs: --exit-status \ '.verification.status == 0' - name: 🚀 Build - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e29ce07..014f0d7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -125,7 +125,7 @@ jobs: --exit-status \ '.verification.status == 0' - name: 🚀 Build - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: load: true # yamllint disable rule:line-length