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 871e152 commit 1801b08Copy full SHA for 1801b08
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
ghcr.io/${{ github.repository }}
82
83
- name: Build and push
84
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
85
with:
86
file: ${{ inputs.build-file || 'Dockerfile' }}
87
context: ${{ inputs.build-context || '.'}}
.github/workflows/lambda_build.yml
@@ -107,7 +107,7 @@ jobs:
107
uses: docker/setup-buildx-action@v3
108
109
110
111
112
113
0 commit comments