Skip to content

Commit

Permalink
Merge pull request #14 from clambin/dependabot/github_actions/develop…
Browse files Browse the repository at this point in the history
…/crazy-max/ghaction-docker-meta-v2.1.0

Bump crazy-max/ghaction-docker-meta from v1 to v2.1.0
  • Loading branch information
clambin authored Mar 30, 2021
2 parents 8ce087f + 1d0d368 commit cec7036
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: metadata
id: pinger_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: crazy-max/ghaction-docker-meta@v2.1.0
with:
images: clambin/pinger
tag-sha: True
tag-semver: |
{{version}}
{{major}}.{{minor}}.{{patch}}
tags: |
type=sha
type=semver,pattern={{version}}
- name: docker image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit cec7036

Please sign in to comment.