Skip to content

Commit

Permalink
Feat/enigma (#14)
Browse files Browse the repository at this point in the history
* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Update enigma-docker.yml

* Delete .github/workflows/sanity-check.yaml

---------

Co-authored-by: Shivam Kumar <shivambharadwaj822@gmail.com>
Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com>
Co-authored-by: Anmol Nagpal <4303310+anmolnagpal@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 16, 2024
1 parent 55e377c commit 79f185f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 98 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/enigma-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4.1.7

- name: Build and Publish Docker Image
uses: clouddrove/enigma@v0.0.10
- name: Build and Publish Docker Image for ARM64
uses: clouddrove/enigma@v0.0.11
with:
command: build-publish
DOCKER_IMAGE: ${{ env.DOCKER_IMAGE }}
DOCKER_TAG: ${{ env.DOCKER_TAG_ARM64 }}
DOCKER_TAG: ghcr.io/${{ github.repository }}:v2-arm64
BUILD_ARCHITECTURE: ${{ env.BUILD_ARCHITECTURE_ARM64 }}
DOCKERFILE_PATH: .docker/Dockerfile
PUBLISH: ${{ env.PUBLISH }}
TOKEN: ${{ secrets.GITHUB }}
GITHUB_USERNAME: ${{github.actor}}

- name: Build and Publish Docker Image
uses: clouddrove/enigma@v0.0.10
- name: Build and Publish Docker Image for AMD64
uses: clouddrove/enigma@v0.0.11
with:
command: build-publish
DOCKER_IMAGE: ${{ env.DOCKER_IMAGE }}
DOCKER_TAG: ${{ env.DOCKER_TAG_AMD64 }}
BUILD_ARCHITECTURE: ${{ env.BUILD_ARCHITECTURE_AMD64 }}
DOCKERFILE_PATH: .docker/Dockerfile
PUBLISH: ${{ env.PUBLISH }}
TOKEN: ${{ secrets.GITHUB }}
GITHUB_USERNAME: ${{github.actor}}
command: build-publish
DOCKER_IMAGE: ${{ env.DOCKER_IMAGE }}
DOCKER_TAG: ghcr.io/${{ github.repository }}:v3-amd64
BUILD_ARCHITECTURE: ${{ env.BUILD_ARCHITECTURE_AMD64 }}
DOCKERFILE_PATH: .docker/Dockerfile
PUBLISH: ${{ env.PUBLISH }}
TOKEN: ${{ secrets.GITHUB }}
GITHUB_USERNAME: ${{github.actor}}
84 changes: 0 additions & 84 deletions .github/workflows/sanity-check.yaml

This file was deleted.

0 comments on commit 79f185f

Please sign in to comment.