Skip to content

Commit 6c8b11c

Browse files
authored
Merge branch 'master' into bump-stable
2 parents 9548b77 + 96261c5 commit 6c8b11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
docker run --rm -v $(pwd)/tests.sh:/tests.sh --entrypoint sh ${{ env.IMAGE_NAME }} /tests.sh
5959
6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v2
61+
uses: docker/login-action@v3
6262
if: github.event_name != 'pull_request'
6363
with:
6464
username: ${{ secrets.DOCKERHUB_USERNAME }}
6565
password: ${{ secrets.DOCKERHUB_TOKEN }}
6666

6767

6868
- name: Build and publish multi-platform images
69-
uses: docker/build-push-action@v3.0.0
69+
uses: docker/build-push-action@v5.0.0
7070
with:
7171
builder: ${{ steps.buildx.outputs.name }}
7272
context: .

0 commit comments

Comments
 (0)