Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Nov 10, 2024
1 parent 85529c8 commit 8775e83
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:

jobs:
docker:
steps:
- uses: olegtarasov/[email protected]
id: tagName
- uses: freezingsaddles/freezing-web/.github/workflows/[email protected]
with:
tag: ${{ steps.tagName.outputs.tag }}
secrets: inherit
uses: freezingsaddles/freezing-web/.github/workflows/[email protected]
with:
tag: ${{ github.ref_name }}
secrets: inherit

0 comments on commit 8775e83

Please sign in to comment.