Skip to content

Commit

Permalink
Merge branch 'bob/2663-customize-query-alignment' into bob/2559-step-…
Browse files Browse the repository at this point in the history
…counter-implementation
  • Loading branch information
robertandremitchell authored Oct 17, 2024
2 parents 002e666 + ce458d0 commit 34ba53c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,16 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: lowercase repo name to use in following step
env:
REPO: ${{ github.repository }}
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v3
with:
context: ./query-connector
push: true
tags: ghcr.io/${{ github.repository }}/query-connector:main, ghcr.io/${{ github.repository }}/query-connector:latest
tags: |
ghcr.io/${{ env.REPO }}/query-connector:main, ghcr.io/${{ env.REPO }}/query-connector:latest

0 comments on commit 34ba53c

Please sign in to comment.