We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337c6e4 commit 22e1b30Copy full SHA for 22e1b30
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
username: ${{ secrets.DOCKERHUB_USERNAME }}
72
password: ${{ secrets.DOCKERHUB_TOKEN }}
73
- name: Build and push
74
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
75
with:
76
context: onyxia-api
77
platforms: linux/amd64,linux/arm64
0 commit comments