diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d2d2bfd..6cc851c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -161,7 +161,7 @@ jobs: exit 1 fi - name: 🚀 Build - uses: docker/build-push-action@v2.2.2 + uses: docker/build-push-action@v2.3.0 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 112597d..ed75326 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -106,7 +106,7 @@ jobs: username: ${{ secrets.GHCR_USERNAME }} password: ${{ secrets.GHCR_PASSWORD }} - name: 🚀 Build and push - uses: docker/build-push-action@v2.2.2 + uses: docker/build-push-action@v2.3.0 with: push: true # yamllint disable rule:line-length