diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 080a4b85..137f41bf 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -21,7 +21,7 @@ jobs: context: ./ file: ./Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/bridge:${{ github.sha }} + tags: ${{ secrets.DOCKERHUB_USERNAME }}/bridge:${{ github.sha }},${{ secrets.DOCKERHUB_USERNAME }}/bridge:latest deploy: needs: build runs-on: ubuntu-latest