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 fe2d232 commit 10adea3Copy full SHA for 10adea3
.github/workflows/docker-images.yml
@@ -36,7 +36,7 @@ jobs:
36
username: ${{ github.repository_owner }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
- name: Build Tutorial Image
39
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
40
with:
41
file: .docker/Dockerfile
42
build-args: |
0 commit comments