Fix: Add missing git/bash installation step for docker:latest image
This commit is contained in:
@@ -103,6 +103,11 @@ jobs:
|
|||||||
image_tag: ${{ steps.meta.outputs.tag }}
|
image_tag: ${{ steps.meta.outputs.tag }}
|
||||||
commit_sha: ${{ steps.meta.outputs.commit_sha }}
|
commit_sha: ${{ steps.meta.outputs.commit_sha }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install git and setup environment
|
||||||
|
run: |
|
||||||
|
# docker:latest is minimal (Alpine-based), install git and bash
|
||||||
|
apk add --no-cache git bash curl
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
REF_NAME="${{ github.ref_name }}"
|
REF_NAME="${{ github.ref_name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user