diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e16b25..334c904 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -157,7 +157,7 @@ jobs: - name: ⤵️ Download base image run: docker pull "${{ steps.flags.outputs.from }}" - name: 🚀 Build - uses: docker/build-push-action@v6.0.0 + uses: docker/build-push-action@v6.0.1 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cb79075..78103fb 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -107,7 +107,7 @@ jobs: - name: ⤵️ Download base image run: docker pull "${{ steps.flags.outputs.from }}" - name: 🚀 Build - uses: docker/build-push-action@v6.0.0 + uses: docker/build-push-action@v6.0.1 with: load: true # yamllint disable rule:line-length