diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 76edb4e..4a3f7d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -159,7 +159,7 @@ jobs: exit 1 fi - 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 9cf5aa6..55725e0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -112,7 +112,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - 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