Skip to content

Commit

Permalink
Prefix image names with 'odk-central'
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed Jan 9, 2024
1 parent 312bbbe commit b43a66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login $REGISTRY -u $ --password-stdin
- name: Publish
env:
IMAGE_TAG: ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ matrix.image }}:latest
IMAGE_TAG: ${{ env.REGISTRY }}/${{ env.OWNER }}/odk-central-${{ matrix.image }}:latest
run: |
docker build --tag $IMAGE_TAG -f ${{ matrix.image }}.dockerfile .
docker push $IMAGE_TAG

0 comments on commit b43a66e

Please sign in to comment.