Skip to content

Commit 66e6eab

Browse files
committed
updated build-image
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent 762413d commit 66e6eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
3333
- name: Extract version from tag
3434
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
35-
- name: Build and Push Multi-Platform Docker Image
35+
- name: Build and push the fabric-x-tools image
3636
uses: docker/build-push-action@v6
3737
with:
3838
context: ./tools

0 commit comments

Comments
 (0)