Skip to content

Commit

Permalink
fix: rename image (#9)
Browse files Browse the repository at this point in the history
* fix: docker image name

* fix: all branches

* fix: rename docker image
  • Loading branch information
mosoriob authored May 28, 2024
1 parent 0d2250d commit 8182ba1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ 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: main
branches:
- "*"
tags:
- "*"
pull_request:

# 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
IMAGE_NAME: in-for-disaster-analytics/cookbook-template-simple #change {Template}
IMAGE_NAME: in-for-disaster-analytics/cookbook-docker-template #change {Template}

# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
Expand Down

0 comments on commit 8182ba1

Please sign in to comment.