Change make docker command (#79)
This commit is contained in:
parent
52d82a2789
commit
1988053bb0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release-containers.yml
vendored
3
.github/workflows/release-containers.yml
vendored
|
|
@ -68,9 +68,8 @@ jobs:
|
|||
|
||||
- name: Build and push Actor image
|
||||
id: build
|
||||
working-directory: ./docker
|
||||
run: |
|
||||
make docker-build VERSION=${{ env.VERSION }}
|
||||
make docker VERSION=${{ env.VERSION }}
|
||||
make publish-ecr VERSION=${{ env.VERSION }}
|
||||
echo "image=471112909428.dkr.ecr.us-east-1.amazonaws.com/arcadeai/arcade-ai:${{ env.VERSION }}" >> $GITHUB_OUTPUT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue