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 9548b77 + 96261c5 commit 6c8b11cCopy full SHA for 6c8b11c
.github/workflows/publish.yml
@@ -58,15 +58,15 @@ jobs:
58
docker run --rm -v $(pwd)/tests.sh:/tests.sh --entrypoint sh ${{ env.IMAGE_NAME }} /tests.sh
59
60
- name: Login to Docker Hub
61
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
62
if: github.event_name != 'pull_request'
63
with:
64
username: ${{ secrets.DOCKERHUB_USERNAME }}
65
password: ${{ secrets.DOCKERHUB_TOKEN }}
66
67
68
- name: Build and publish multi-platform images
69
- uses: docker/build-push-action@v3.0.0
+ uses: docker/build-push-action@v5.0.0
70
71
builder: ${{ steps.buildx.outputs.name }}
72
context: .
0 commit comments