We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d803c3 + b2e1bec commit 07b3d3bCopy full SHA for 07b3d3b
.github/workflows/build_Docker_image.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
36
- name: Checkout code
37
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
38
with:
39
token: ${{ secrets.PERSONAL_TOKEN }}
40
fetch-depth: 0
@@ -68,6 +68,7 @@ jobs:
68
- name: Build and push Docker images
69
uses: docker/build-push-action@v2
70
71
+ platforms: linux/amd64,linux/arm64
72
pull: true
73
push: true
74
tags: rabobankcdc/dettect:latest, ${{ env.version_tag }}
0 commit comments