Skip to content

Commit

Permalink
ci: tag Docker images with latest for versioned releases (#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy authored Jul 5, 2023
1 parent f544307 commit c880466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish-artillery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
images: artilleryio/artillery
tags: |
type=semver,pattern={{version}},value=${{env.ARTILLERY_VERSION}}
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: ./packages/artillery
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c880466

Please sign in to comment.