Skip to content

Commit 7c0b3f7

Browse files
committed
fix: normalize formatting of environment variables in Docker workflow
1 parent 2db6f30 commit 7c0b3f7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build-and-scan.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build-and-scan:
1010
runs-on: ubuntu-latest
1111
env:
12-
DOCKER_CONTEXT: '.'
13-
DOCKERFILE: 'Dockerfile'
14-
DOCKER_LOAD: 'true'
15-
TAGS: 'sample-python-app:${{ github.sha }}'
12+
DOCKER_CONTEXT: .
13+
DOCKERFILE: Dockerfile
14+
DOCKER_LOAD: true
15+
TAGS: sample-python-app:${{ github.sha }}
1616
steps:
1717
- name: Set up Docker Buildx
1818
uses: docker/setup-buildx-action@v3.12.0

0 commit comments

Comments
 (0)