Skip to content

Commit

Permalink
more variables
Browse files Browse the repository at this point in the history
  • Loading branch information
iandday committed Apr 27, 2024
1 parent b818db7 commit 674b2d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
matrix:
include:
- context: ./
dockerfile: ./Dockerfile
image: ghcr.io/iandday/plant_tracker
- context: ./proxy
dockerfile: ./proxy/Dockerfile
image: ghcr.io/iandday/plant_tracker_proxy
permissions:
contents: read
Expand Down Expand Up @@ -84,7 +86,7 @@ jobs:
"VITE_BACKEND_URL=https://plant.ianday.me"
"VITE_PAGE_TITLE=Plant Tracker"
"BASE=/static"
file: Dockerfile
file: ${{ matrix.dockerfile }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 674b2d7

Please sign in to comment.