Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Devops new image every push#2

Merged
asiniscalchi merged 12 commits intodevfrom
devops/new_image_every_push
May 29, 2023
Merged

Devops new image every push#2
asiniscalchi merged 12 commits intodevfrom
devops/new_image_every_push

Conversation

@magecnion
Copy link
Copy Markdown
Contributor

@magecnion magecnion commented May 29, 2023

There are two main tasks:

  • Test: check and test commands to ensure code is compiling and working
  • Publish: push a new docker image of the committed code, it requires the build step which takes place before. Based on the push event the tag used in the docker image would be:
    • sha: when push into main or dev branch
    • tag: when tagging using git command

@asiniscalchi asiniscalchi merged commit 6f3cb70 into dev May 29, 2023
@ghost ghost deleted the devops/new_image_every_push branch July 25, 2023 06:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants