Skip to content

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

Merged
academo merged 9 commits intomainfrom
academo/remove-drone-pipeline
Sep 18, 2024
Merged

Chore: remove drone and move to github action to release a docker image#255
academo merged 9 commits intomainfrom
academo/remove-drone-pipeline

Conversation

@academo
Copy link
Copy Markdown
Collaborator

@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, oshirohugo, wbrowne 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
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Copy Markdown
Collaborator 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
Copy Markdown
Collaborator 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
@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

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants