Skip to content

Commit

Permalink
Update enigma-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Sep 16, 2024
1 parent 0c2d9ee commit e25074f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/enigma-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
PROVIDER: github
BUILD_ARCHITECTURE_ARM64: arm64
BUILD_ARCHITECTURE_AMD64: linux/amd64
PUBLISH: 'true'
PUBLISH: 'false'

steps:
- name: Checkout code
Expand All @@ -34,6 +34,9 @@ jobs:
# TOKEN: ${{ secrets.GITHUB }}
# GITHUB_USERNAME: ${{github.actor}}

- name: setup qemu
run: sudo apt install qemu qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils

- name: Build and Publish Docker Image
uses: clouddrove/[email protected]
with:
Expand Down

0 comments on commit e25074f

Please sign in to comment.