Skip to content

Commit 12aff6c

Browse files
committed
chore: update GitHub Actions to use latest Docker actions
1 parent 2be6387 commit 12aff6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
1717

1818
- name: Set up QEMU
19-
uses: docker/setup-qemu-action@v2
19+
uses: docker/setup-qemu-action@v3
2020

2121
- name: Set up Docker Buildx
22-
uses: docker/setup-buildx-action@v2
22+
uses: docker/setup-buildx-action@v3
2323

2424
- name: Login to Docker Hub
25-
uses: docker/login-action@v2
25+
uses: docker/login-action@v3
2626
with:
2727
username: ${{ env.DOCKER_USERNAME }}
2828
password: ${{ env.DOCKER_PASSWORD }}
2929

3030
- name: Build and Push Docker Image
31-
uses: docker/build-push-action@v4
31+
uses: docker/build-push-action@v6
3232
with:
3333
context: .
3434
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)