Skip to content

Commit

Permalink
fix(ci): push image to go-ipfs-daemon
Browse files Browse the repository at this point in the history
not js-ceramic!
  • Loading branch information
v-stickykeys authored Oct 18, 2021
1 parent c65a01b commit 2558ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
-
name: Build and push
env:
IMAGE_ID_1: "ceramicnetwork/js-ceramic"
IMAGE_ID_1: "ceramicnetwork/go-ipfs-daemon"
run: |
EXTRA_TAGS=""
if [[ "${{ env.ENV_TAG }}" == "prod" ]]; then
Expand All @@ -60,4 +60,3 @@ jobs:
--tag $IMAGE_ID_1:${{ github.sha }} \
--tag $IMAGE_ID_1:${{ env.BRANCH }} \
$EXTRA_TAGS

0 comments on commit 2558ad9

Please sign in to comment.