Skip to content

Commit

Permalink
Merge pull request #188 from Kerosene-Labs/BIL-6-update-fixed
Browse files Browse the repository at this point in the history
BIL-6: tweaking
  • Loading branch information
hlafaille authored Jan 2, 2025
2 parents 02f90fe + e9040b0 commit 69aa7dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
context: ./backend
push: true
tags: ghcr.io/kerosene-labs/billtracker-backend:${{ env.TARGET }}
tags: ghcr.io/kerosene-labs/billtracker-backend:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down Expand Up @@ -139,9 +139,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.ACCESS_TOKEN }}

- name: Set Target
uses: ./.github/actions/set-target

- uses: actions/download-artifact@v4
with:
name: frontend
Expand All @@ -157,7 +154,7 @@ jobs:
with:
context: ./frontend
push: true
tags: ghcr.io/kerosene-labs/billtracker-frontend:${{ env.TARGET }}
tags: ghcr.io/kerosene-labs/billtracker-frontend:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 69aa7dd

Please sign in to comment.