Skip to content

Commit 07b3d3b

Browse files
committed
Merge branch 'master' of https://github.com/rabobank-cdc/DeTTECT
2 parents 1d803c3 + b2e1bec commit 07b3d3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_Docker_image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
3636
- name: Checkout code
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
token: ${{ secrets.PERSONAL_TOKEN }}
4040
fetch-depth: 0
@@ -68,6 +68,7 @@ jobs:
6868
- name: Build and push Docker images
6969
uses: docker/build-push-action@v2
7070
with:
71+
platforms: linux/amd64,linux/arm64
7172
pull: true
7273
push: true
7374
tags: rabobankcdc/dettect:latest, ${{ env.version_tag }}

0 commit comments

Comments
 (0)