Skip to content

Commit

Permalink
Update enigma-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharadwajshivam28 authored Sep 16, 2024
1 parent cbdc13e commit 0855980
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/enigma-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
DOCKER_IMAGE: devops-machine
#DOCKER_TAG_ARM64: ghcr.io/${{ github.repository }}:${{ github.ref_name }}-arm64
# DOCKER_TAG_AMD64: ghcr.io/${{ github.repository }}:${{ github.ref_name }}-amd64
#DOCKER_TAG_AMD64: ghcr.io/${{ github.repository }}:${{ github.ref_name }}-amd64
PROVIDER: github
#BUILD_ARCHITECTURE_ARM64: arm64
#BUILD_ARCHITECTURE_AMD64: linux/amd64
Expand All @@ -33,20 +33,16 @@ jobs:
# PUBLISH: ${{ env.PUBLISH }}
# 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: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Build and Publish Docker Image
uses: clouddrove/enigma@feat/arm
uses: clouddrove/enigma@v0.0.11
with:
command: build-publish
DOCKER_IMAGE: ${{ env.DOCKER_IMAGE }}
DOCKER_TAG: ghcr.io/${{ github.repository }}:v1-arm64
BUILD_ARCHITECTURE: arm64
DOCKER_TAG: ghcr.io/${{ github.repository }}:v2-arm64
BUILD_ARCHITECTURE: arm
DOCKERFILE_PATH: .docker/Dockerfile
PUBLISH: ${{ env.PUBLISH }}
TOKEN: ${{ secrets.GITHUB }}
Expand Down

0 comments on commit 0855980

Please sign in to comment.