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

[Docker]: Push Docker image to TW registry on push to master branch #3075

Merged
merged 5 commits into from
Apr 13, 2023

Conversation

satoshiotomakan
Copy link
Collaborator

@satoshiotomakan satoshiotomakan commented Apr 12, 2023

Description

Backend team is integrating wallet-core to one of their backend project, and they need the Docker image as a basis.
If push commit to master, Docker CI will publish the wallet-core:latest docker image.
If push new tag (release), Docker CI will publish the wallet-core:$TAG docker image.

Types of changes

Changed .github/workflows/docker.yml CI workflow.

Refs

Docker CI run has produced and published this docker image: https://gallery.ecr.aws/y4f6g9v9/wallet-core

Checklist

  • Push Docker image on push:master and push:tags events only

@satoshiotomakan satoshiotomakan marked this pull request as ready for review April 12, 2023 19:49
@satoshiotomakan satoshiotomakan self-assigned this Apr 13, 2023
@satoshiotomakan satoshiotomakan linked an issue Apr 13, 2023 that may be closed by this pull request
2 tasks
@Milerius Milerius merged commit 78bc410 into master Apr 13, 2023
11 of 12 checks passed
@Milerius Milerius deleted the s/docker-push branch April 13, 2023 07:35
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.

[Docker]: Push Docker image to TW registry on push to master branch
4 participants