Skip to content

Commit

Permalink
test tags on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Tiwari committed Aug 5, 2023
1 parent 54df094 commit d1bf4d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tag-print.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,3 @@ jobs:
TAG=$(echo "${{ github.ref }}" | sed -e "s/refs\/tags\///")"
echo "::set-output name=tag::$TAG"
- name: Build and push
env:
TAG: ${{ steps.tag.outputs.TAG }}
run: |
echo "Building Docker image with tag: ${TAG}"

0 comments on commit d1bf4d7

Please sign in to comment.