diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml index 7850a96..cd3c6fc 100644 --- a/.github/workflows/addon-ci.yaml +++ b/.github/workflows/addon-ci.yaml @@ -180,7 +180,7 @@ jobs: --signerID "${{ needs.information.outputs.base_image_signer }}" \ "docker://${{ steps.flags.outputs.from }}" - name: 🚀 Build - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v3.1.1 with: push: false context: ${{ needs.information.outputs.target }}