Skip to content

Commit

Permalink
build(deps): bump crazy-max/ghaction-docker-meta from v1 to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsimbalar committed Apr 13, 2021
1 parent e19a610 commit 3ebd2f7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,17 @@ jobs:

- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: crazy-max/ghaction-docker-meta@v2.3.0
with:
images: ghcr.io/tsimbalar/gha-build-monitor
tag-sha: true
tag-semver: |
{{version}}
{{major}}.{{minor}}
# taken from https://github.com/crazy-max/ghaction-docker-meta/blob/v2.0.0/UPGRADE.md#semver-workflow
tags: |
type=sha
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Set build info
run: .ci/set-build-info.sh
Expand Down

0 comments on commit 3ebd2f7

Please sign in to comment.