Skip to content

Commit

Permalink
workflow was submitting to ensemble manager ! What did i do ?
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Dec 1, 2022
1 parent d1319bf commit e4dc2c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
pull_request:

env:
IMAGE_NAME: ensemble-manager
IMAGE_NAME: graphql-engine
#variables related with the repository
REPOSITORY_MAIN_BRANCH: "master"
#variables related with the docker imager registry
DOCKER_IMAGE_REPOSITORY: mintproject
DOCKER_IMAGE_NAME: ensemble-manager
DOCKER_IMAGE_NAME: graphql-engine
DOCKER_FILE: "Dockerfile"

jobs:
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
context: .
tags: ${{ env.DOCKER_IMAGE_REPOSITORY }}/${{ env.DOCKER_IMAGE_NAME }}:latest
file: ${{ env.DOCKER_FILE}}
platforms: linux/amd64,linux/arm64

security:
permissions:
Expand Down

0 comments on commit e4dc2c1

Please sign in to comment.