We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620eaeb commit 0f91094Copy full SHA for 0f91094
.github/workflows/update-docker-build-image.yaml
@@ -58,7 +58,7 @@ jobs:
58
echo "::notice::Using Docker build image tag: ${TAG}"
59
- name: Update the Docker build image in GitLab CI config
60
run: |
61
- sed -i '' -E 's|(BUILDER_IMAGE_VERSION_PREFIX:)[^#]*([#].*)|\1 "${{ steps.define-tag.outputs.tag }}-" \2|' .gitlab-ci.yml
+ sed -i -E 's|(BUILDER_IMAGE_VERSION_PREFIX:)[^#]*([#].*)|\1 "${{ steps.define-tag.outputs.tag }}-" \2|' .gitlab-ci.yml
62
- name: Commit and push changes
63
env:
64
GITHUB_TOKEN: ${{ steps.octo-sts.outputs.token }}
0 commit comments