fix: add docker.io install for step container (no docker CLI in runner image)
This commit is contained in:
@@ -27,6 +27,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build & Push Docker image
|
- name: Build & Push Docker image
|
||||||
run: |
|
run: |
|
||||||
|
apt-get update -qq
|
||||||
|
apt-get install -y -qq docker.io
|
||||||
TAG=${{ github.sha }}
|
TAG=${{ github.sha }}
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg BUILD_MODE=${{ inputs.environment == 'prod' && 'production' || 'development' }} \
|
--build-arg BUILD_MODE=${{ inputs.environment == 'prod' && 'production' || 'development' }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user