Skip to content

Commit

Permalink
Fixup: copy paste error (#5366)
Browse files Browse the repository at this point in the history
Signed-off-by: austin <[email protected]>
  • Loading branch information
asmacdo authored Nov 11, 2021
1 parent e60d4cc commit a1a1f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
id: update_211
run: |
set -ex
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
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
git diff --exit-code --quiet && echo "Failed to update images/ansible-operator-11-preview-base/Dockerfile" && exit 1
REF="${{ github.event.ref }}"
echo ::set-output name=branch_name::"${REF##*/}"
Expand Down

0 comments on commit a1a1f9c

Please sign in to comment.