Skip to content

Commit

Permalink
Updating ontext in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Jan 15, 2025
1 parent ced0165 commit fdc5e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: build Docker image
run: |
docker build ./src --tag ghcr.io/${{ github.repository }}:${BRANCH_NAME}
docker build -f ./src/Dockerfile . --tag ghcr.io/${{ github.repository }}:${BRANCH_NAME}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit fdc5e60

Please sign in to comment.