Skip to content

Commit

Permalink
Push renamed Calico Tigera operator images
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasiadka committed Mar 14, 2024
1 parent 1a7f864 commit 1955bad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
- name: Checkout container-image-sync
uses: actions/checkout@master

# - name: Run sinker check
# run: ../sinker check
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

#- name: Run sinker check
# run: ../sinker check

- name: Run sinker push (dry-run)
run: ../sinker push --dryrun
continue-on-error: true
10 changes: 10 additions & 0 deletions .images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,28 @@ sources:
- repository: calico/cni
host: docker.io
tag: v3.27.0
target:
repository: calico-cni
- repository: calico/kube-controllers
host: docker.io
tag: v3.27.0
target:
repository: calico-kube-controllers
- repository: calico/node
host: docker.io
tag: v3.27.0
target:
repository: calico-node
- repository: calico/pod2daemon-flexvol
host: docker.io
tag: v3.27.0
target:
repository: calico-pod2daemon-flexvol
- repository: calico/typha
host: docker.io
tag: v3.27.0
target:
repository: calico-typha

# Conformance
- repository: conformance
Expand Down

0 comments on commit 1955bad

Please sign in to comment.