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 d798864 commit 5c100e7Copy full SHA for 5c100e7
.github/workflows/common-docker-image.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: docker/setup-buildx-action@master
67
68
- name: Publish Docker image
69
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
70
with:
71
builder: ${{ steps.buildx.outputs.name }}
72
context: .
.github/workflows/common-self-hosting.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments