Skip to content

Commit

Permalink
fix: plugin cli image pipeline (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac authored Sep 30, 2024
1 parent 093d12f commit 297f677
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
push: true
tags: ${{ steps.docker-metadata-cli.outputs.tags }}
labels: ${{ steps.docker-metadata-cli.outputs.labels }}
file: Dockerfile.cli
platforms: linux/amd64,linux/arm64

build-cli-binaries:
Expand Down
3 changes: 0 additions & 3 deletions connector-definition/.hasura-connector/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions connector-definition/.hasura-connector/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion scripts/build-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mkdir -p $BUILD_DIR

cp -r connector-definition $BUILD_DIR
sed -i "s/{{VERSION}}/$VERSION/g" $BUILD_DIR/connector-definition/.hasura-connector/connector-metadata.yaml
sed -i "s/{{VERSION}}/$VERSION/g" $BUILD_DIR/connector-definition/.hasura-connector/Dockerfile

mkdir -p "${ROOT}/release"
tar -czvf "${ROOT}/release/connector-definition.tgz" --directory $BUILD_DIR/connector-definition .
Expand Down

0 comments on commit 297f677

Please sign in to comment.