Skip to content

Commit c8c44eb

Browse files
committed
bump version of action
while here, adjust formatting Signed-off-by: Felix Kronlage-Dammers <fkr@hazardous.org>
1 parent eefd86c commit c8c44eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build and publish scs-compliance-check Docker image
55
workflow_dispatch:
66
push:
77
branches:
8-
- main
8+
- main
99
paths:
1010
- 'Tests/**'
1111

@@ -48,7 +48,7 @@ jobs:
4848
type=sha
4949
5050
- name: Build and push Docker image
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: "./Tests/"
5454
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)