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 3a46239 commit 25356e4Copy full SHA for 25356e4
1 file changed
.github/workflows/toolshed.yml
@@ -26,15 +26,6 @@ jobs:
26
uses: olegtarasov/get-tag@v2.1.2
27
with:
28
tagRegex: "(${{ env.IMAGE_VERSION_PREFIX }}).*"
29
- - name: echo environment
30
- run: |
31
- echo "::group::environment"
32
- echo "ORG_NAMESPACE=${{ env.ORG_NAMESPACE }}"
33
- echo "IMAGE_NAME=${{ env.IMAGE_NAME }}"
34
- echo "IMAGE_VERSION_PREFIX=${{ env.IMAGE_VERSION_PREFIX }}"
35
- echo "GIT_TAG_NAME=${{ steps.process_event.outputs.tag }}"
36
- echo "::debug event=${{ toJSON( github.event ) }}"
37
- echo "::endgroup::"
38
- name: dryrun-build
39
if: ${{ github.event_name == 'pull_request' || ( github.event_name == 'release' && startsWith( steps.process_event.outputs.tag, env.IMAGE_VERSION_PREFIX ) && github.event.release.prerelease ) }}
40
run: docker build ./${{ env.IMAGE_NAME }}
0 commit comments