Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjcunningham7 committed Sep 14, 2022
1 parent 2dbc283 commit e5a7db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ jobs:
context: .
file: ./Dockerfile.awsexecutor
platforms: "linux/amd64,linux/arm64"
build-args:
- COVALENT_BASE_IMAGE: public.ecr.aws/covalent/covalent:${{ env.TAG }}
build-args: |
COVALENT_BASE_IMAGE=public.ecr.aws/covalent/covalent:${{ env.TAG }}
push: true
tags: |
public.ecr.aws/covalent/covalent-executor-base:latest
Expand Down Expand Up @@ -409,8 +409,8 @@ jobs:
context: .
file: ./Dockerfile.awsexecutor
platforms: "linux/amd64,linux/arm64"
build-args:
- COVALENT_BASE_IMAGE: public.ecr.aws/covalent/covalent:stable
build-args: |
COVALENT_BASE_IMAGE=public.ecr.aws/covalent/covalent:stable
push: true
tags: |
public.ecr.aws/covalent/covalent-executor-base:stable

0 comments on commit e5a7db5

Please sign in to comment.