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 }}