Skip to content

Commit

Permalink
fix: remove repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
tianhaoz95 committed Sep 24, 2020
1 parent 0553082 commit 3508dd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
working-directory: scripts/bash
env:
USERNAME: ${{ github.repository_owner }}
REPO: approveman
run: |
source query_image_tag.sh
echo "::set-output name=image_tag::ghcr.io/$USERNAME/$REPO/approveman-server:$USE_TAG_NAME"
echo "::set-output name=image_tag::ghcr.io/$USERNAME/approveman-server:$USE_TAG_NAME"
- uses: docker/build-push-action@v2
if: ${{ github.event_name == 'push' }}
with:
Expand Down

1 comment on commit 3508dd7

@vercel
Copy link

@vercel vercel bot commented on 3508dd7 Sep 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.