Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rabobank-cdc/DeTTECT
Browse files Browse the repository at this point in the history
  • Loading branch information
rubinatorz committed Nov 22, 2024
2 parents 1d803c3 + b2e1bec commit 07b3d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_Docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
pull: true
push: true
tags: rabobankcdc/dettect:latest, ${{ env.version_tag }}

0 comments on commit 07b3d3b

Please sign in to comment.