Skip to content

Commit

Permalink
ci: deploy latest tag as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Willenbring committed Oct 25, 2023
1 parent 2496799 commit cdf9c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: retroapp/retro-frontend
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
tags: ${{ github.event.inputs.dockerTag }}
tags: "${{ github.event.inputs.dockerTag }}, latest"
dockerfile: ./packages/frontend/Dockerfile

- name: Publish Backend Docker Image
Expand All @@ -38,5 +38,5 @@ jobs:
name: retroapp/retro-backend
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
tags: ${{ github.event.inputs.dockerTag }}
tags: "${{ github.event.inputs.dockerTag }}, latest"
dockerfile: ./packages/backend/Dockerfile

0 comments on commit cdf9c83

Please sign in to comment.