Skip to content

Commit

Permalink
Merge branch 'main' into vsac-api
Browse files Browse the repository at this point in the history
  • Loading branch information
bamader authored Oct 17, 2024
2 parents 8ea65a7 + 5bd2d5f commit 82dac9f
Show file tree
Hide file tree
Showing 33 changed files with 802 additions and 1,269 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/buildReleaseContainers.yaml

This file was deleted.

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
285 changes: 0 additions & 285 deletions .github/workflows/createNewRelease.yaml

This file was deleted.

Loading

0 comments on commit 82dac9f

Please sign in to comment.