Skip to content

Commit

Permalink
set latest tag only if no agent version was specified on input
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Jun 5, 2024
1 parent 9d11367 commit 93f81e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
images: newrelic/newrelic-dotnet-init
tags: |
type=raw,value=${{ steps.version.outputs.agent_version }}
type=raw,value=latest
type=raw,value=latest,enable=${{ inputs.agent_version == '' }}
- name: Login to Docker Hub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # 3.1.0
Expand Down

0 comments on commit 93f81e3

Please sign in to comment.