diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba53a5c..1a1cfd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Fill GHCR Docker ElasticMS Toolbox Image metadata id: meta_ghcr - uses: crazy-max/ghaction-docker-meta@v4.1.1 + uses: crazy-max/ghaction-docker-meta@v4.2.0 with: images: "${{ steps.prep.outputs.ghcr_image }}" tags: | @@ -60,7 +60,7 @@ jobs: - name: Fill DockerHub Docker ElasticMS Toolbox Image metadata id: meta_dockerhub - uses: crazy-max/ghaction-docker-meta@v4.1.1 + uses: crazy-max/ghaction-docker-meta@v4.2.0 with: images: "${{ steps.prep.outputs.dockerhub_image }}" tags: |