Skip to content

Commit

Permalink
chore: updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed May 4, 2024
1 parent def0b1e commit e1015e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up custom builder
id: buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
image=moby/buildkit:master
network=host
buildkitd-flags: '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host'
# Puedes agregar más opciones según tus necesidades


- name: Login to Docker Hub
uses: docker/login-action@v3
Expand All @@ -28,3 +39,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: false
tags: dokploy/dokploy:canary
builder: ${{ steps.buildx.outputs.name }}

0 comments on commit e1015e5

Please sign in to comment.