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 dockerhub gh action to push a single image #813

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

damccull
Copy link

@damccull damccull commented May 6, 2024

I removed the second image publish and modified the first to build and push a single image to dockerhub using the Dockerfile in the main folder. Give it a try and see if it works, and if it does, consider uncommenting the "on release" option.

@damccull damccull requested a review from jjos2372 as a code owner May 6, 2024 04:05
@ohager
Copy link
Member

ohager commented May 8, 2024

I removed the second image publish and modified the first to build and push a single image to dockerhub using the Dockerfile in the main folder. Give it a try and see if it works, and if it does, consider uncommenting the "on release" option.

no need to make it per db anymore...?

@damccull
Copy link
Author

damccull commented May 8, 2024

No, I figure we can just push the one image and default it to sqlite, then the user can configure it manually to something else if they want.

type=semver,pattern={{version}}-h2
type=raw,value=latest-h2
type=semver,pattern={{version}}
type=raw,value=latest
flavor: |
latest=false

- name: Build and push Docker image
uses: docker/build-push-action@v2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's a v5 out there.... we should it give a chance

@ohager
Copy link
Member

ohager commented Jun 22, 2024

merging without v5 upgrade

@ohager ohager merged commit 3f42a30 into signum-network:develop Jun 22, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants