Skip to content

Commit 9eef2df

Browse files
committed
change image name
1 parent f7bce38 commit 9eef2df

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
file: Dockerfile
4040
platforms: ${{ env.PLATFORM }}
4141
push: true
42-
tags: ${{ env.REGISTRY }}/agoric/causeaway:${{ env.BUILD_TAG }}
42+
tags: ${{ env.REGISTRY }}/agoric/causeway:${{ env.BUILD_TAG }}
4343

4444
name: Publish Docker Image
4545

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ COPY --from=build "$SOURCE/.yarnrc.yml" "$SOURCE/package.json" "$SOURCE/yarn.loc
3535
RUN <<-DOCKER_SCRIPT
3636
set -o errexit -o nounset
3737

38+
corepack enable
39+
3840
apt-get update
3941
apt-get install curl --yes
4042
rm --force --recursive /var/lib/apt/lists/*

0 commit comments

Comments
 (0)