Skip to content

Commit

Permalink
v3.1.0 [FIXED] Release with tag 'v3.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Jun 23, 2023
1 parent 9f55257 commit f396a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f396a13

Please sign in to comment.