diff --git a/.github/workflows/upstream-ci.yaml b/.github/workflows/upstream-ci.yaml index c5dee40..7879f1b 100644 --- a/.github/workflows/upstream-ci.yaml +++ b/.github/workflows/upstream-ci.yaml @@ -195,7 +195,7 @@ jobs: exit 1 fi - name: 🚀 Build - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/upstream-deploy.yaml b/.github/workflows/upstream-deploy.yaml index f70cf40..3dbefd3 100644 --- a/.github/workflows/upstream-deploy.yaml +++ b/.github/workflows/upstream-deploy.yaml @@ -136,7 +136,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: 🚀 Build - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 with: load: true # yamllint disable rule:line-length