Skip to content

Commit fbbf55b

Browse files
committed
test
1 parent 0ba0402 commit fbbf55b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)