mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-08-03 19:19:44 -04:00
Bump crazy-max/ghaction-docker-meta from 2 to 3.3.0
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 2 to 3.3.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v2...v3.3.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
.github/workflows/docker-build-and-push.yml
vendored
4
.github/workflows/docker-build-and-push.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
-
|
||||
name: Docker meta
|
||||
id: docker_meta
|
||||
uses: crazy-max/ghaction-docker-meta@v2
|
||||
uses: crazy-max/ghaction-docker-meta@v3.3.0
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
# steps for 2nd image jekyll-serve, based on above jekyll image layers
|
||||
name: Docker meta jekyll-serve
|
||||
id: docker_meta_jekyll_serve
|
||||
uses: crazy-max/ghaction-docker-meta@v2
|
||||
uses: crazy-max/ghaction-docker-meta@v3.3.0
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
|
||||
Reference in New Issue
Block a user