Skip to content

Commit

Permalink
Change docker target build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Apr 9, 2024
1 parent 3400e31 commit e9af8d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
file: Dockerfile
platforms: linux/amd64
load: true
target: bdjuno
target: callisto
tags: ${{ steps.meta.outputs.tags }}
outputs: type=docker,dest=/tmp/bdjuno-build.tar
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN go mod download && make build


###############################################################
### STAGE 2: Copy chain-specific BDJuno config ###
### STAGE 2: Copy chain-specific Callisto config ###
###############################################################

FROM alpine:3.17 AS callisto
Expand Down

0 comments on commit e9af8d6

Please sign in to comment.