Skip to content

Commit

Permalink
Merge pull request #4 from kvanzuijlen/renovate/confluentinckafka-con…
Browse files Browse the repository at this point in the history
…nect-gcs-(non-major)
  • Loading branch information
kvanzuijlen authored Sep 16, 2024
2 parents d9f809c + 55c6654 commit 802f940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
# renovate: datasource=custom.gcs_connector depName=confluentinc/kafka-connect-gcs
tags: ghcr.io/kvanzuijlen/confluent-gcs-sink-connector:10.1.12
tags: ghcr.io/kvanzuijlen/confluent-gcs-sink-connector:10.1.13
cache-from: type=gha
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM confluentinc/cp-kafka-connect:7.7.1@sha256:c5872175ca3a6d15456adfb644c68a77050c106ea1e11a4cd7f2417a16e00037

# renovate: datasource=custom.gcs_connector
RUN confluent-hub install --no-prompt confluentinc/kafka-connect-gcs:10.1.12
RUN confluent-hub install --no-prompt confluentinc/kafka-connect-gcs:10.1.13

0 comments on commit 802f940

Please sign in to comment.