diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 82040f0..6c02f01 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -178,7 +178,7 @@ jobs: --exit-status \ '.verification.status == 0' - name: 🚀 Build - uses: docker/build-push-action@v2.4.0 + uses: docker/build-push-action@v2.5.0 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index aec199f..7d041b5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -127,7 +127,7 @@ jobs: --exit-status \ '.verification.status == 0' - name: 🚀 Build - uses: docker/build-push-action@v2.4.0 + uses: docker/build-push-action@v2.5.0 with: load: true # yamllint disable rule:line-length