Skip to content

Commit

Permalink
Update ide-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmsferreira authored Dec 17, 2021
1 parent 611d0a7 commit 1674f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ide-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
# login to GitHub Container Registry
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${GITHUB_ACTOR} --password-stdin
# build image
docker build docker --tag ${CONTAINER_IMAGE}
docker build .docker --tag ${CONTAINER_IMAGE}
# push image
docker push ${CONTAINER_IMAGE}

0 comments on commit 1674f9b

Please sign in to comment.