diff --git a/.github/workflows/deploy-loadgen-image.yml b/.github/workflows/deploy-loadgen-image.yml index e5335be..b6143c2 100644 --- a/.github/workflows/deploy-loadgen-image.yml +++ b/.github/workflows/deploy-loadgen-image.yml @@ -38,7 +38,7 @@ jobs: # This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels. - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: |