Skip to content

Commit

Permalink
fix image in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Lacal <[email protected]>
  • Loading branch information
EnriqueL8 committed Sep 10, 2024
1 parent b4cfea1 commit 4ae38ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
--label build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
--label tag=${{ steps.build_tag_generator.outputs.BUILD_TAG }} \
--build-arg BASE_IMAGE=ubuntu:22.04 \
--build-arg BUILD_IMAGE=golang:1.21-bullseye \
--build-arg BUILD_IMAGE=golang:1.22-bullseye \
--tag ghcr.io/hyperledger/firefly-fabconnect:${{ steps.build_tag_generator.outputs.BUILD_TAG }} .

0 comments on commit 4ae38ef

Please sign in to comment.