mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
only amd
This commit is contained in:
committed by
Akhil Mohan
parent
e7e2ca0f45
commit
20fb3906aa
@@ -30,8 +30,6 @@ jobs:
|
||||
- name: Save commit hashes for tag
|
||||
id: commit
|
||||
uses: pr-mpt/actions-commit-hash@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: 🐋 Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@@ -50,7 +48,8 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
file: Dockerfile.standalone-infisical
|
||||
push: true
|
||||
tags: |
|
||||
akhilmhdh/destruction:latest
|
||||
|
||||
Reference in New Issue
Block a user