Skip to content

Commit 6aa71c6

Browse files
committed
fixed latest push
1 parent 41ec9ab commit 6aa71c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: ${{ !endsWith(steps.docker_version_tag.outputs.tag, 'latest') }}
102102
id: docker_latest_tag
103103
run: |
104-
$(echo "tag=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" | tr '[:upper:]' '[:lower:]') >> $GITHUB_OUTPUT
104+
echo "tag=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
105105
106106
# Build and push Docker image with Buildx (don't push on PR)
107107
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)