From d6ee7e5d2f2103c0e0ab0037477d3e1d6d4b5bcc Mon Sep 17 00:00:00 2001 From: Raghav Grover <93419161+ra-grover@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:07:47 -0500 Subject: [PATCH] Updating version for image (#32) --- .github/workflows/publish-latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-latest.yaml b/.github/workflows/publish-latest.yaml index 7349c6a..77fdc00 100644 --- a/.github/workflows/publish-latest.yaml +++ b/.github/workflows/publish-latest.yaml @@ -5,7 +5,7 @@ on: branches: [master] types: [completed] env: - VERSION: v0.0.3 + VERSION: v0.0.4 jobs: deploy: runs-on: ubuntu-latest @@ -37,4 +37,4 @@ jobs: with: context: . push: true - tags: ghcr.io/expediagroup/overwhelm:latest,ghcr.io/expediagroup/overwhelm:${{ env.VERSION }} \ No newline at end of file + tags: ghcr.io/expediagroup/overwhelm:latest,ghcr.io/expediagroup/overwhelm:${{ env.VERSION }}