diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index ea30785..bd981f8 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -36,7 +36,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 843090a..6ecad9e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -45,7 +45,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: |