From f80a955b26c5db695f64e6e6f210dc6079242ca0 Mon Sep 17 00:00:00 2001 From: sw-wayner Date: Fri, 16 Feb 2024 14:32:20 -0400 Subject: [PATCH] feat: add latest tag to docker image --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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