Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Feb 7, 2024
1 parent 7dc123d commit cba1f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
include:
- context: .
image: ${{ env.REGISTRY }}/${{ github.repository }}-nginx
image: ghcr.io/${{ github.repository }}-nginx
- context: ./titiler
image: ${{ env.REGISTRY }}/${{ github.repository }}-titiler
image: ghcr.io/${{ github.repository }}-titiler

permissions:
contents: read
Expand Down

0 comments on commit cba1f9d

Please sign in to comment.