Skip to content

Commit

Permalink
adding support for mac arm64, adding restart for local built
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh committed Aug 29, 2024
1 parent 77c153d commit a8986a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
Expand All @@ -27,4 +29,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/giveth/vault-secret-injector:latest
tags: ghcr.io/giveth/vault-secret-injector:latest
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
volumes:
- type: bind
source: ${TARGET_HOST_FILE}
target: /secrets/secrets.env
target: /secrets/secrets.env

0 comments on commit a8986a6

Please sign in to comment.