Skip to content

Commit

Permalink
copied a CSA dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Sep 18, 2024
1 parent 3bd81c1 commit c89f37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the hello-docker Docker image
run: |
docker build -f Integrations/docker/images/ . --tag ghcr.io/matter_extension/hello-docker-gcr-demo:latest
docker build -f Integrations/docker/images/Dockerfile . --tag ghcr.io/matter_extension/hello-docker-gcr-demo:latest
docker run ghcr.io/matter_extension/hello-docker-gcr-demo:latest
docker push ghcr.io/matter_extension/hello-docker-gcr-demo:latest

0 comments on commit c89f37a

Please sign in to comment.