diff --git a/.github/workflows/gitops-release-on-tag.yaml b/.github/workflows/gitops-release-on-tag.yaml index 4df2b25..6b11ac4 100644 --- a/.github/workflows/gitops-release-on-tag.yaml +++ b/.github/workflows/gitops-release-on-tag.yaml @@ -52,8 +52,8 @@ jobs: registry: ${{ env.REGISTRY }} push: true tags: | - ghcr.io/${{ github.actor }}/git-ops-app:${{ env.RELEASE_VERSION }} - ghcr.io/${{ github.actor }}/git-ops-app:latest + ${{ env.RELEASE_VERSION }} + latest build-args: | APP_VERSION=${{ env.RELEASE_VERSION }} BUILD_TIME=${{ env.BUILD_TIME }} diff --git a/git-ops/app/Makefile b/git-ops/app/Makefile index ac4d70a..035f9e4 100644 --- a/git-ops/app/Makefile +++ b/git-ops/app/Makefile @@ -1,4 +1,4 @@ -APP_VERSION ?=v0.3.10 +APP_VERSION ?=v0.3.11 APP_ID ?=app APP_PORT ?=8080 IMAGE_NAME ?=git-ops-app