We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db6f30 commit 7c0b3f7Copy full SHA for 7c0b3f7
1 file changed
.github/workflows/docker-build-and-scan.yaml
@@ -9,10 +9,10 @@ jobs:
9
build-and-scan:
10
runs-on: ubuntu-latest
11
env:
12
- DOCKER_CONTEXT: '.'
13
- DOCKERFILE: 'Dockerfile'
14
- DOCKER_LOAD: 'true'
15
- TAGS: 'sample-python-app:${{ github.sha }}'
+ DOCKER_CONTEXT: .
+ DOCKERFILE: Dockerfile
+ DOCKER_LOAD: true
+ TAGS: sample-python-app:${{ github.sha }}
16
steps:
17
- name: Set up Docker Buildx
18
uses: docker/setup-buildx-action@v3.12.0
0 commit comments