Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push renamed Calico Tigera operator images #35

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading