Skip to content

Commit 25b877a

Browse files
Update main.yml
1 parent 94d7c64 commit 25b877a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v2
24+
uses: docker/setup-qemu-action@v3
2525

2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v2
27+
uses: docker/setup-buildx-action@v3
2828

2929
- name: Login to DockerHub
30-
uses: docker/login-action@v2
30+
uses: docker/login-action@v3
3131
with:
3232
username: ${{ secrets.DOCKER_USERNAME }}
3333
password: ${{ secrets.DOCKER_TOKEN }}
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "image tag set to '${{ env.imagetag }}'"
3737

3838
- name: Build and push builder image
39-
uses: docker/build-push-action@v4
39+
uses: docker/build-push-action@v5
4040
with:
4141
file: Dockerfile.builder
4242
context: .
@@ -49,7 +49,7 @@ jobs:
4949
abcdesktopio/oc.nginx:builder
5050
5151
- name: Build and push oc.nginx:${{ env.imagetag }}
52-
uses: docker/build-push-action@v4
52+
uses: docker/build-push-action@v5
5353
with:
5454
file: Dockerfile
5555
context: .

0 commit comments

Comments
 (0)