Skip to content

Commit

Permalink
Merge pull request #10 from Kerosene-Labs/update-workflow
Browse files Browse the repository at this point in the history
e
  • Loading branch information
hlafaille authored Dec 12, 2024
2 parents d482c10 + 734fc3d commit 72aed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
name: app
- name: Build Container Image
run: docker build . -t ghcr.io/Kerosene-Labs/billtracker:${{ github.ref_name }}
run: docker build . -t ghcr.io/kerosene-labs/billtracker:${{ github.ref_name }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 72aed30

Please sign in to comment.