Skip to content

Commit

Permalink
Setting context details.
Browse files Browse the repository at this point in the history
Setting the context to build the backend, but eventually will update to also build the proxy and frontend.
  • Loading branch information
daveismith committed Jul 24, 2024
1 parent 9f63b7f commit 52310c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: List Files
run: ls -lah

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand All @@ -42,7 +45,8 @@ jobs:
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
context: backend/ShootTheMoon
file: backend/ShootTheMoon/ShootTheMoon/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 52310c3

Please sign in to comment.