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 40c67bb + f3e51b2 commit 77ddaa5Copy full SHA for 77ddaa5
1 file changed
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
uses: actions/checkout@v6
115
- run: git archive --format=tar --output project.tar "$GITHUB_SHA"
116
- name: Set up Docker Buildx
117
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
118
- name: Publish the docker image
119
uses: docker/build-push-action@v6
120
with:
0 commit comments