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 5a3afb3 commit 8c8b706Copy full SHA for 8c8b706
.github/workflows/common-docker-image.yml
@@ -90,7 +90,7 @@ jobs:
90
uses: docker/setup-buildx-action@master
91
92
- name: Publish Docker image
93
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
94
with:
95
builder: ${{ steps.buildx.outputs.name }}
96
context: ${{ steps.bundle-dir.outputs.temp_dir }}
.github/workflows/common-self-hosting.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
context: .
0 commit comments