Skip to content

Commit

Permalink
wip: fix rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-sakhnov committed Dec 10, 2024
1 parent ffaecb0 commit 3f26dde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
# Sometimes setup-go gets stuck. Without this, it'll keep going until the job gets killed
timeout-minutes: 10
- name: Build daemon image
- run: make docker-build-daemon
run: make docker-build-daemon
env:
IMG_DAEMON: ${{ steps.tags.outputs.daemon }}
# - name: Build daemon image
# uses: docker/build-push-action@v6
# env:
Expand Down

0 comments on commit 3f26dde

Please sign in to comment.