We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a718f1a commit 9883bcaCopy full SHA for 9883bca
1 file changed
.github/workflows/docker-publish.yml
@@ -70,7 +70,7 @@ jobs:
70
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
71
with:
72
context: .
73
- file: CodeQL/CodeQL.dockerfile
+ file: CodeQL.dockerfile
74
push: ${{ github.event_name != 'pull_request' }}
75
tags: ${{ steps.meta.outputs.tags }}
76
labels: ${{ steps.meta.outputs.labels }}
0 commit comments