Skip to content

Commit

Permalink
Update cd.yaml (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPaseltiner authored Oct 16, 2024
1 parent dd3e4a2 commit f4801c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build and push
uses: docker/build-push-action@v3
working-directory: ./query-connector
with:
context: ./query-connector
push: true
tags: [main, latest]
tags: ghcr.io/${{ github.repository }}/query-connector:main, ghcr.io/${{ github.repository }}/query-connector:latest

0 comments on commit f4801c3

Please sign in to comment.