Skip to content

Commit

Permalink
Remove citus from the docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Sep 28, 2024
1 parent 64fadfb commit eeeabfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
prefix=pg${{ env.PG_VERSION }}-citus${{ env.CITUS_VERSION }}-,onlatest=true
prefix=pg${{ env.PG_VERSION }}-,onlatest=true
tags: |
type=semver,pattern={{version}}
type=ref,event=branch
type=sha,prefix=pg${{ env.PG_VERSION }}-citus${{ env.CITUS_VERSION }}-{{branch}}-
type=sha,prefix=pg${{ env.PG_VERSION }}-{{branch}}-
- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit eeeabfd

Please sign in to comment.