Skip to content

Commit

Permalink
smoke test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Nov 30, 2024
1 parent 70226f4 commit ce52a52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,15 @@ jobs:
load: true
context: .
tags: digital-form-builder-designer
cache-from: type=registry,ref=${{ inputs.designer-cache-ref }}

cache-from: type=registry,ref=xgovformbuilder/digital-form-builder-designer:latest
- name: load runner
uses: docker/build-push-action@v3
with:
file: runner/Dockerfile
context: .
load: true
tags: digital-form-builder-runner
cache-from: type=registry,ref=${{ inputs.runner-cache-ref }}
cache-from: type=registry,ref=xgovformbuilder/digital-form-builder-runner:latest

- name: check images
run: |
Expand Down

0 comments on commit ce52a52

Please sign in to comment.