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
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq docker.io
|
||||
TAG=${{ github.sha }}
|
||||
docker build -t $REGISTRY/$APP:$TAG -t $REGISTRY/$APP:${{ inputs.environment }} .
|
||||
docker push $REGISTRY/$APP:$TAG
|
||||
|
||||
Reference in New Issue
Block a user