ci(docker): use blacksmith-native layer cache in smoke builds (#698)
This commit is contained in:
parent
d5feba3fe0
commit
a087007257
1 changed files with 0 additions and 5 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -28,7 +28,6 @@ jobs:
|
||||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
@ -56,10 +55,6 @@ jobs:
|
||||||
tags: zeroclaw-pr-smoke:latest
|
tags: zeroclaw-pr-smoke:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
cache-from: |
|
|
||||||
type=gha,scope=zeroclaw-docker-smoke
|
|
||||||
cache-to: |
|
|
||||||
type=gha,mode=max,scope=zeroclaw-docker-smoke
|
|
||||||
|
|
||||||
- name: Verify image
|
- name: Verify image
|
||||||
run: docker run --rm zeroclaw-pr-smoke:latest --version
|
run: docker run --rm zeroclaw-pr-smoke:latest --version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue