Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update with flyctl switched to searching for images remotely #66

Open
jakelacey2012 opened this issue Sep 22, 2024 · 0 comments
Open

Update with flyctl switched to searching for images remotely #66

jakelacey2012 opened this issue Sep 22, 2024 · 0 comments

Comments

@jakelacey2012
Copy link

jakelacey2012 commented Sep 22, 2024

Below is an example of how I deploy preview branches, where I build a custom image and then use that, this was working but no longer does in the past couple of days, I think its because of the latest changes with flyctl, which cause images to use the remote image resolver rather than the local image resolver by default.

      - name: Build elixir image
        run: docker build -t custom-image-elixir:1.16 -f Dockerfile .

      - name: Deploy PR app to Fly.io

        id: deploy
        uses: superfly/[email protected]
        with:
          name: pr-${{ github.event.number }}-savvychef
          image: custom-image-elixir:1.16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant