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.
2 parents b026a9a + aceb72c commit 4cd0befCopy full SHA for 4cd0bef
.github/workflows/audit.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Docker Buildx
21
uses: docker/setup-buildx-action@v2
22
- name: Build Test Container
23
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
24
with:
25
context: .
26
file: build/Dockerfile
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
type=semver,pattern={{major}}.{{minor}}
83
type=semver,pattern={{major}}
84
- name: Build and Push Container
85
86
87
88
0 commit comments