Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vforwater/tool_dataset_profiler int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
mmaelicke committed Oct 24, 2024
2 parents 506efd4 + f938539 commit ea74df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
images: ghcr.io/vforwater/tbr_profile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ea74df1

Please sign in to comment.