Skip to content

Commit

Permalink
chore(ci): Fix GH actions workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed May 2, 2024
1 parent d612730 commit 9ac4aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
run: |
make IMAGE_NAME=$YAKS_IMAGE_NAME VERSION=$YAKS_IMAGE_VERSION set-version-file build images-no-test
sudo cp yaks /usr/local/bin/
docker tag $YAKS_IMAGE_NAME-amd64:$YAKS_IMAGE_VERSION $YAKS_IMAGE_NAME:$YAKS_IMAGE_VERSION
docker push $YAKS_IMAGE_NAME:$YAKS_IMAGE_VERSION
- name: Install Camel K
run: |
Expand Down

0 comments on commit 9ac4aa4

Please sign in to comment.