Skip to content

Commit a1a1f9c

Browse files
authored
Fixup: copy paste error (#5366)
Signed-off-by: austin <[email protected]>
1 parent e60d4cc commit a1a1f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
id: update_211
114114
run: |
115115
set -ex
116-
sed -i -E 's|FROM quay\.io/operator-framework/ansible-operator-2.11-preview-base:.+|FROM ${{ steps.base_tag_211.outputs.tag }}|g' images/ansible-operator/Dockerfile
116+
sed -i -E 's|FROM quay\.io/operator-framework/ansible-operator-2.11-preview-base:.+|FROM ${{ steps.base_tag_211.outputs.tag }}|g' images/ansible-operator-2.11-preview/Dockerfile
117117
git diff --exit-code --quiet && echo "Failed to update images/ansible-operator-11-preview-base/Dockerfile" && exit 1
118118
REF="${{ github.event.ref }}"
119119
echo ::set-output name=branch_name::"${REF##*/}"

0 commit comments

Comments
 (0)