Skip to content

Commit

Permalink
fix tag (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
daidokoro committed Jul 13, 2023
1 parent 7d30dc0 commit b1497b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/otel-ecs-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
tags: |
${{ env.DOCKERHUB_REGISTRY }}${{ steps.set-image-version.outputs.result }}
${{ env.DOCKERHUB_REGISTRY }}:${{ steps.set-image-version.outputs.result }}
${{ env.DOCKERHUB_REGISTRY }}:latest

0 comments on commit b1497b1

Please sign in to comment.