We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5eabc commit d0730e9Copy full SHA for d0730e9
.github/workflows/build_containers.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
images: ghcr.io/${{ env.IMAGE_REPOSITORY }}
52
- name: Build Docker Release
53
- uses: "docker/build-push-action@v6.13.0"
+ uses: "docker/build-push-action@v6.14.0"
54
55
provenance: false
56
file: "./Sample-Server/Dockerfile"
0 commit comments