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 deb1f1b commit cbdc13e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/enigma-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
id-token: 'write'
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_ARM64: ghcr.io/${{ github.repository }}:${{ github.ref_name }}-arm64
# DOCKER_TAG_AMD64: ghcr.io/${{ github.repository }}:${{ github.ref_name }}-amd64
PROVIDER: github
BUILD_ARCHITECTURE_ARM64: arm64
BUILD_ARCHITECTURE_AMD64: linux/amd64
PUBLISH: 'false'
#BUILD_ARCHITECTURE_ARM64: arm64
#BUILD_ARCHITECTURE_AMD64: linux/amd64
PUBLISH: 'true'

steps:
- name: Checkout code
Expand All @@ -37,16 +37,16 @@ jobs:
# - 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: Set up QEMU
# uses: docker/setup-qemu-action@v3

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

0 comments on commit cbdc13e

Please sign in to comment.