Skip to content

Commit

Permalink
Bump akhilerm/tag-push-action from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/akhilerm/tag-push-action/releases)
- [Commits](akhilerm/tag-push-action@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: akhilerm/tag-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent bc06ff0 commit c445cd4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker_update_theia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push antrea/clickhouse-operator
uses: akhilerm/tag-push-action@v2.1.0
uses: akhilerm/tag-push-action@v2.2.0
with:
src: docker.io/altinity/clickhouse-operator:${{ github.event.inputs.ch-operator-tag }}
dst: |
docker.io/antrea/clickhouse-operator:${{ github.event.inputs.ch-operator-tag }}
- name: Push antrea/metrics-exporter
uses: akhilerm/tag-push-action@v2.1.0
uses: akhilerm/tag-push-action@v2.2.0
with:
src: docker.io/altinity/metrics-exporter:${{ github.event.inputs.ch-operator-tag }}
dst: |
Expand All @@ -49,25 +49,25 @@ jobs:
# antrea/theia-clickhouse-server (which includes schema management plugin)
# to avoid the dependency from Antrea to Theia.
- name: Push antrea/clickhouse-server
uses: akhilerm/tag-push-action@v2.1.0
uses: akhilerm/tag-push-action@v2.2.0
with:
src: docker.io/clickhouse/clickhouse-server:${{ github.event.inputs.ch-server-tag }}
dst: |
docker.io/antrea/clickhouse-server:${{ github.event.inputs.ch-server-tag }}
- name: Push antrea/theia-grafana
uses: akhilerm/tag-push-action@v2.1.0
uses: akhilerm/tag-push-action@v2.2.0
with:
src: docker.io/grafana/grafana:${{ github.event.inputs.grafana-tag }}
dst: |
docker.io/antrea/theia-grafana:${{ github.event.inputs.grafana-tag }}
- name: Push antrea/theia-spark-operator
uses: akhilerm/tag-push-action@v2.1.0
uses: akhilerm/tag-push-action@v2.2.0
with:
src: ghcr.io/googlecloudplatform/spark-operator:${{ github.event.inputs.spark-operator-tag }}
dst: |
docker.io/antrea/theia-spark-operator:${{ github.event.inputs.spark-operator-tag }}
- name: Push antrea/theia-zookeeper
uses: akhilerm/tag-push-action@v2.1.0
uses: akhilerm/tag-push-action@v2.2.0
with:
src: docker.io/zookeeper:${{ github.event.inputs.zookeeper-tag }}
dst: |
Expand Down

0 comments on commit c445cd4

Please sign in to comment.