Browse Source

Bump crazy-max/ghaction-docker-meta from v1 to v2.2.0 (#3)

* Bump crazy-max/ghaction-docker-meta from v1 to v2.2.0

Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from v1 to v2.2.0.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Changelog](https://github.com/crazy-max/ghaction-docker-meta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v1...9da1e66de9cdbc2849b3ac93a0b982ea63e06007)

Signed-off-by: dependabot[bot] <[email protected]>

* ci(deps): update docker meta to v2.2.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frederic Werner <[email protected]>
dependabot[bot] 4 years ago
parent
commit
1d1be90004
1 changed files with 6 additions and 4 deletions
  1. 6 4
      .github/workflows/docker-image-push.yml

+ 6 - 4
.github/workflows/docker-image-push.yml

@@ -11,12 +11,14 @@ jobs:
       - uses: actions/checkout@v2
       - name: Docker meta
         id: docker_meta
-        uses: crazy-max/ghaction-docker-meta@v1
+        uses: crazy-max/ghaction-docker-meta@v2.2.0
         with:
           images: wernerfred/docker-rainloop
-          tag-semver: |
-            {{version}}
-            {{major}}.{{minor}}
+          tags: |
+            type=semver,pattern={{major}}.{{minor}}
+            type=semver,pattern={{version}}
+          flavor: |
+            latest=auto
       - name: Set up QEMU
         uses: docker/setup-qemu-action@v1
         with: