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

Chore: remove drone and move to github action to release a docker image #255

Merged
merged 9 commits into from
Sep 18, 2024

Conversation

academo
Copy link
Member

@academo academo commented Sep 17, 2024

Removes drone file and moves all the docker release logic inside github workflows

@academo academo requested review from a team as code owners September 17, 2024 13:56
@academo academo requested review from Ukochka, wbrowne, oshirohugo and xnyo and removed request for a team September 17, 2024 13:56
@academo academo requested a review from tolzhabayev September 17, 2024 15:26
@academo academo self-assigned this Sep 17, 2024
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Member Author

@academo academo Sep 17, 2024

Choose a reason for hiding this comment

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

moving away from this token which is most likely expired.


- name: Build and test Docker container
uses: docker/build-push-action@v6
- id: push-to-dockerhub
Copy link
Member Author

Choose a reason for hiding this comment

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

for consistency I am using the same action here with push: false for testing.

@academo academo merged commit f7df6d5 into main Sep 18, 2024
2 checks passed
@academo academo deleted the academo/remove-drone-pipeline branch September 18, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants