Skip to content

Commit

Permalink
Merge pull request #18 from eclipse-tractusx/feat/workflows/add-lates…
Browse files Browse the repository at this point in the history
…t-tag

cicd(Workflows): add latest tag when pushing docker image
  • Loading branch information
nicoprow authored Jan 27, 2023
2 parents 56d118b + 8b30d99 commit 9ecdbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
context: .
push: ${{ inputs.push }}
file: ${{ inputs.dockerfilePath }}
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest #add 'latest' tag to image
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 9ecdbf8

Please sign in to comment.