diff --git a/.github/workflows/docker-push-to-registries.yml b/.github/workflows/docker-push-to-registries.yml index 04b49181..ff6276b7 100644 --- a/.github/workflows/docker-push-to-registries.yml +++ b/.github/workflows/docker-push-to-registries.yml @@ -211,7 +211,7 @@ jobs: - name: Prepare Docker Image Names and Tags id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: # Defines the base image names in repository/name format images: | diff --git a/.github/workflows/python-push-to-registries.yml b/.github/workflows/python-push-to-registries.yml index 6523c6bb..979dd1e4 100644 --- a/.github/workflows/python-push-to-registries.yml +++ b/.github/workflows/python-push-to-registries.yml @@ -143,7 +143,7 @@ jobs: - name: Prepare Docker Image Names and Tags id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: # Defines the base image names in repository/name format images: |