diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5d853af..52ce066 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,8 +22,8 @@ jobs: password: ${{ secrets.DRC_GITHUB_REGISTRY }} - name: Build - run: OUR_IMAGE_TAG=develop OUR_IMAGE_SHORT=develop make build + run: OUR_IMAGE_TAG=v3.1.0 OUR_IMAGE_SHORT=v3.1.0 make build - name: Push to ghcr.io - run: OUR_IMAGE_TAG=develop make push_to_ghcr + run: OUR_IMAGE_TAG=v3.1.0 make push_to_ghcr