We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4917878 commit cacd572Copy full SHA for cacd572
.github/workflows/build-container.yml
@@ -32,6 +32,8 @@ jobs:
32
with:
33
target: test
34
push: false
35
+ cache-from: type=gha
36
+ cache-to: type=gha,mode=max
37
- name: Run Perl tests
38
run: docker run -i ${{ steps.docker-build-test.outputs.imageid }}
39
- name: Docker meta
@@ -52,6 +54,8 @@ jobs:
52
54
push: true
53
55
tags: ${{ steps.meta.outputs.tags }}
56
annotations: ${{ steps.meta.outputs.annotations }}
57
58
59
- name: Update deployed image
60
if: ${{ contains( fromJSON(steps.meta.outputs.json).tags, format('{0}:latest', github.repository)) }}
61
uses: benc-uk/workflow-dispatch@v1
0 commit comments