Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxsuren-bot committed Dec 6, 2021
1 parent 8b122ff commit ea4302a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
type=semver,pattern=pattern={{version}},prefix=v
- name: Run
run: |
echo $(git rev-list --tags --max-count=1)
git describe --tags $(git rev-list --tags --max-count=1)
echo ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
echo ${{ steps.meta.outputs.images }}
echo ${{ steps.metaContributors.outputs.tags }}
echo ${{ github.ref_name }}

0 comments on commit ea4302a

Please sign in to comment.