Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
chlunde committed Jul 7, 2021
1 parent f7b0392 commit df97cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: make -j2 build BRANCH_NAME=${GITHUB_REF##*/}
env:
VERSION: "0.20-sb1-1"
VERSION: "0.20-sb1-2"
CHANNEL: "master"
DOCKER_REGISTRY: ghcr.io/sparebank1utvikling

Expand All @@ -32,6 +32,6 @@ jobs:
- name: Promote Artifacts
run: make -j2 publish BRANCH_NAME=${GITHUB_REF##*/} PLATFORMS=linux_amd64
env:
VERSION: "0.20-sb1-1"
VERSION: "0.20-sb1-2"
CHANNEL: "master"
DOCKER_REGISTRY: ghcr.io/sparebank1utvikling

0 comments on commit df97cef

Please sign in to comment.