Skip to content

Commit

Permalink
fix: use DIND for deployment too
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-mariotti-zupit committed Apr 16, 2024
1 parent 1c922c9 commit dbada0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-step-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,26 @@ on:
IMAGES:
required: true
type: string
DIND_IMAGE:
required: false
type: string
default: 'docker:26.0.0-dind'

env: "${{secrets}}"

jobs:
deploy:
runs-on:
labels:
labels:
- deploy
- ${{ inputs.DEPLOY_ON }}
group: ${{ inputs.RUNNERS_NATIVE_GROUP }}
env: ${{ fromJson(inputs.IMAGES) }}
environment:
name: ${{ inputs.ENVIRONMENT }}
url: ${{ inputs.DEPLOY_URL }}
container:
image: ${{ inputs.DIND_IMAGE }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit dbada0a

Please sign in to comment.