Skip to content

Commit

Permalink
ci: fix build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonian committed Oct 11, 2024
1 parent 4141588 commit f4fd111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
run: docker build -t ghcr.io/${{ github.repository }}:latest .
run: docker build -t ghcr.io/${{ github.repository }}:latest --build-arg DIRECTUS_URL=${{secrets.DIRECTUS_URL}} .

- name: Push Docker image to GitHub Container Registry
run: docker push ghcr.io/${{ github.repository }}:latest

0 comments on commit f4fd111

Please sign in to comment.