AppImageCrafters / build-appimage

GitHub Action for producing AppImages
MIT License
30 stars 7 forks source link

Action Fails to Run #1

Closed cgspeck closed 3 years ago

cgspeck commented 3 years ago

This action fails to run with the following error during the setup phase of the job:

Download action repository 'AppImageCrafters/build-appimage-action@master'
Error: 'appimagecrafters/appimage-builder:0.8.2' should be either '[path]/Dockerfile' or 'docker://image[:tag]'.

The relevant snippet of my build is here:

      - name: Build AppImage
        uses: AppImageCrafters/build-appimage-action@master
        env:
          UPDATE_INFO: gh-releases-zsync|cgspeck|brewtarget|latest|*x86_64.AppImage.zsync
        with:
          recipe: build-scripts/linux/AppImageBuilder.yml
hthre7 commented 3 years ago

appimage-builder isn't the latest version maybe that's why

cgspeck commented 3 years ago

Looks like you fixed it on 12 February with your commit "fix docker image path".