diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a3134e..7377d11 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.4.0 + uses: docker/build-push-action@v6.4.1 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bf1173f..9c1194a 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.4.0 + uses: docker/build-push-action@v6.4.1 with: load: true # yamllint disable rule:line-length