Skip to content

Commit

Permalink
Fix ghc image pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Aug 14, 2023
1 parent 2f75371 commit 7f9d176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GHC_VERSION := "9.2.8"
TAG_VERSION := "v1"
TAG_VERSION := "v2"

# List all recipies
default:
Expand Down Expand Up @@ -32,7 +32,7 @@ build-ghc-image:

# Push ghc image
push-ghc-image:
docker push ghcr.io/fpco/alpine-haskell-stack:ghc-{{GHC_VERSION}}
docker push ghcr.io/fpco/alpine-haskell-stack:ghc-{{GHC_VERSION}}{{TAG_VERSION}}

# Test image
test-ghc-image:
Expand Down

0 comments on commit 7f9d176

Please sign in to comment.