We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2d91e commit 0943e3fCopy full SHA for 0943e3f
.github/workflows/build-image.yaml
@@ -81,7 +81,7 @@ jobs:
81
${{ runner.os }}-single-buildx
82
83
- name: Build and push application
84
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
85
with:
86
context: .
87
file: ${{ inputs.docker_file_path }}
0 commit comments