Skip to content

Commit bc3d2b6

Browse files
committed
123
1 parent 0acb414 commit bc3d2b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release-services-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v2
25+
uses: docker/setup-buildx-action@v3.8.0
2626

2727
- name: Log in to Docker Hub
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3.3.0
2929
with:
3030
username: ${{ secrets.DOCKER_USERNAME }}
3131
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)