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 2e7886e + d8d887c commit 10ad53dCopy full SHA for 10ad53d
.github/workflows/publish_docker_image.yml
@@ -18,7 +18,7 @@ jobs:
18
username: ${{ secrets.DOCKER_HUB_USERNAME }}
19
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
20
- name: Set up Docker Buildx
21
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
22
- name: Build and push
23
uses: docker/build-push-action@v5
24
with:
0 commit comments