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.
1 parent 055365c commit 619e1b9Copy full SHA for 619e1b9
.github/workflows/publish-petclinic-benchmark-image.yml
@@ -29,7 +29,7 @@ jobs:
29
run: echo "TS=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
30
31
- name: Push to GitHub packages
32
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
33
with:
34
push: true
35
file: benchmark-overhead/Dockerfile-petclinic-base
0 commit comments