File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,20 @@ jobs:
1414 with :
1515 oidc : true # to set DEPOT_TOKEN for later steps
1616 - run : depot configure-docker
17+ - name : Log in to the Container registry
18+ uses : docker/login-action@v3
19+ # see https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
20+ with :
21+ username : ${{ github.actor }}
22+ password : ${{ secrets.GITHUB_TOKEN }}
23+ registry : ghcr.io
1724 - name : Build and Push ymax-planner
1825 uses : depot/build-push-action@v1
1926 id : build
2027 with :
2128 file : services/ymax-planner/Dockerfile
2229 context : ./
2330 platforms : ${{ env.DOCKER_PLATFORMS }}
24- push : false
31+ push : true
2532 tags : |
26- ${{ env.REGISTRY }}/agoric/agoric-sdk:ymax-planner-test
33+ ${{ env.REGISTRY }}/agoric/agoric-sdk-test :ymax-planner-test
You can’t perform that action at this time.
0 commit comments