update
This commit is contained in:
parent
5c0bbd4b1a
commit
2d553e8ff1
@ -27,19 +27,6 @@ inputs:
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Cache Docker layers
|
||||
if: ${{ inputs.enable_cache == 'true' }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ inputs.image_name }}-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-${{ inputs.image_name }}-
|
||||
${{ runner.os }}-buildx-
|
||||
|
||||
- name: Prepare build arguments
|
||||
id: prepare
|
||||
shell: bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user