Skip to content

Commit 333d30b

Browse files
committed
use new preview dependency image to create preview base
Signed-off-by: austin <[email protected]>
1 parent b8b3e03 commit 333d30b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
environment: deploy
7373
strategy:
7474
matrix:
75-
id: ["operator-sdk", "ansible-operator", "helm-operator", "scorecard-test"]
75+
id: ["operator-sdk", "ansible-operator", "ansible-operator-2.11-preview", "helm-operator", "scorecard-test"]
7676
steps:
7777

7878
- name: set up qemu

images/ansible-operator/2.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator
1818

1919
# Final image.
2020
# TODO(asmacdo) update GH action to set this
21-
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-bc8aedd752afff8aed00e62901d69e737d3e370e
21+
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:dev
2222

2323
ENV HOME=/opt/ansible \
2424
USER_NAME=ansible \

0 commit comments

Comments
 (0)