We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefd86c commit c8c44ebCopy full SHA for c8c44eb
1 file changed
.github/workflows/build-docker.yml
@@ -5,7 +5,7 @@ name: Build and publish scs-compliance-check Docker image
5
workflow_dispatch:
6
push:
7
branches:
8
- - main
+ - main
9
paths:
10
- 'Tests/**'
11
@@ -48,7 +48,7 @@ jobs:
48
type=sha
49
50
- name: Build and push Docker image
51
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
52
with:
53
context: "./Tests/"
54
platforms: linux/amd64,linux/arm64
0 commit comments