diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index 050e082..3d0bb11 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -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: |