Skip to content

Commit a66a8f9

Browse files
committed
Merge remote-tracking branches 'origin/dependabot/github_actions/docker/build-push-action-6', 'origin/dependabot/github_actions/docker/setup-buildx-action-3', 'origin/dependabot/github_actions/docker/login-action-3' and 'origin/dependabot/github_actions/docker/setup-qemu-action-3'
4 parents 7a916a6 + 3982d17 + 4df6f04 + 0e80f84 commit a66a8f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
uses: actions/checkout@main
1414
-
1515
name: Set up QEMU
16-
uses: docker/setup-qemu-action@v2
16+
uses: docker/setup-qemu-action@v3
1717
-
1818
name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@v2
19+
uses: docker/setup-buildx-action@v3
2020
-
2121
name: Login to DockerHub
22-
uses: docker/login-action@v2
22+
uses: docker/login-action@v3
2323
with:
2424
username: ${{ secrets.DOCKERHUB_USERNAME }}
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)