Skip to content

Commit

Permalink
Build docker image when releasing pt. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Dec 18, 2023
1 parent 2fd1305 commit 4bd4cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Build and push Docker image
run: |
docker login --username vitalyisaev2 --password ${{ secrets.GHCR_TOKEN }} ghcr.io
docker build -t ghcr.io/ydb-platform/fq-connector-go:${{ github.event.inputs.tag }}
docker build -t ghcr.io/ydb-platform/fq-connector-go:${{ github.event.inputs.tag }} .
docker push ghcr.io/ydb-platform/fq-connector-go:${{ github.event.inputs.tag }}
# other steps bellow as usual

0 comments on commit 4bd4cc8

Please sign in to comment.