Skip to content

Commit

Permalink
remove print debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Freeberg authored Dec 23, 2021
1 parent cdd5af8 commit c593d98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}

- run: echo '${{ github.event_name }}'

- name: Set tag name for releases
if: ${{ github.event_name == 'release' }}
run: echo "TAG=ghcr.io/${GITHUB_REPOSITORY,,}:${GITHUB_REF##*/}" >>${GITHUB_ENV}
Expand Down

0 comments on commit c593d98

Please sign in to comment.