Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jun 5, 2024
1 parent ce58b17 commit 246525c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,15 @@ 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:
<<<<<<< HEAD
branches:
- "*"
=======
branches: "*"
>>>>>>> f2b6cb7 (fix: docker image obtained from github reponame)
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
<<<<<<< HEAD
IMAGE_NAME: in-for-disaster-analytics/cookbook-docker-template #change {Template}
=======
IMAGE_NAME: ${{ github.repository }}
>>>>>>> f2b6cb7 (fix: docker image obtained from github reponame)

# 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 246525c

Please sign in to comment.