Skip to content

Commit

Permalink
removed get branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmos committed Jul 15, 2024
1 parent e2fe543 commit 7c2414b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
docker build -t us-east1-docker.pkg.dev/clone-build-registry/clone-build-registry/nginx:latest .
docker push us-east1-docker.pkg.dev/clone-build-registry/clone-build-registry/nginx:latest
- name: get branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch

- name: install python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 7c2414b

Please sign in to comment.