Skip to content

Commit

Permalink
ci(docker-image-push): runs ci on release
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Mar 6, 2024
1 parent 397413a commit b20b7a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches:
- master
- develop
release:
types: [released]
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
Expand All @@ -20,7 +18,7 @@ jobs:
permissions:
contents: read
packages: write
#
#
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ see [Roadmap](https://github.com/orgs/hotosm/projects/29)

see [LICENSE](https://github.com/hotosm/raw-data-api/blob/develop/LICENSE)


## Version Control

For version control, We use commitizen, follow [docs](./docs/src/version_control.md)

## Authors

Created by [HOTOSM](https://hotosm.org) and [Friends](https://github.com/hotosm/raw-data-api/graphs/contributors)
Expand Down

0 comments on commit b20b7a4

Please sign in to comment.