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 e6156a8 commit fba86d3Copy full SHA for fba86d3
.github/workflows/docker.build-push.yaml
@@ -29,7 +29,7 @@ jobs:
29
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
30
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v3.0.2
33
34
- name: login to registry
35
run: |
@@ -84,7 +84,7 @@ jobs:
84
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
85
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
86
87
88
89
- uses: brpaz/[email protected]
90
env:
0 commit comments