Skip to content
Merged
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
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [main]

env:
BINK_COMMIT: 3ddb9da3b6e33f5dadd48abdb15ed550bbfe4f31
BINK_COMMIT: a38101a436b96a82698363f0d07d8dba2cf088c6

permissions: {}

Expand Down Expand Up @@ -183,6 +183,12 @@ jobs:
- name: Load operator image
run: podman load -i operator-image.tar

- name: Fix registries configuration
run: |
sudo tee /etc/containers/registries.conf > /dev/null <<'EOF'
unqualified-search-registries = ["docker.io"]
EOF

- name: Start bink cluster
run: make start-bink

Expand Down