Skip to content

Commit

Permalink
unset
Browse files Browse the repository at this point in the history
  • Loading branch information
mgfritch committed Dec 4, 2024
1 parent 6762dc7 commit b7a919e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ jobs:
run: |
echo "$(make -s log | grep TAG)" >> "$GITHUB_ENV"
echo "$(make -s log | grep ARCH)" >> "$GITHUB_ENV"
echo "$([ -z $REGISTRY_IMAGE ] && make -s log | grep REGISTRY_IMAGE)" >> "$GITHUB_ENV"
- name: Print ENV values
id: print_Envs
run: |
echo "$GITHUB_ENV"
echo "$GITHUB_CONTEXT"
echo "$REGISTRY_IMAGE"
- name: Docker meta
id: meta-amd64
Expand Down

0 comments on commit b7a919e

Please sign in to comment.