Skip to content

Commit

Permalink
fix(pipeline): broken pipe file
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Nov 12, 2022
1 parent fe608b9 commit 2bac83f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set image tag global
run: |
GIT_BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}
if [ $GIT_BRANCH = "main" ]; then export TEST_IMAGE_TAG=latest; else export TEST_IMAGE_TAG=next; fi
echo "TEST_IMAGE_TAG=$TEST_IMAGE_TAG"
# echo "TEST_IMAGE_TAG=1234" >> $GITHUB_ENV
env
run: env

check-oci-config:
name: Check Containerfile
Expand Down

0 comments on commit 2bac83f

Please sign in to comment.