Skip to content

Commit bd57617

Browse files
Update actions
1 parent ef84d07 commit bd57617

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ jobs:
3131
3232
- name: Docker meta
3333
id: meta
34-
uses: docker/metadata-action@v4
34+
uses: docker/metadata-action@v5
3535
with:
3636
images: |
3737
${{ secrets.DOCKERHUB_USERNAME }}/docker-nginx-http3
3838
3939
- name: Set up QEMU
40-
uses: docker/setup-qemu-action@v2
40+
uses: docker/setup-qemu-action@v3
4141

4242
- name: Set up Docker Buildx
43-
uses: docker/setup-buildx-action@v2
43+
uses: docker/setup-buildx-action@v3
4444

4545
- name: Login to Docker Hub
4646
if: github.event_name != 'pull_request'
47-
uses: docker/login-action@v2
47+
uses: docker/login-action@v3
4848
with:
4949
username: ${{ secrets.DOCKERHUB_USERNAME }}
5050
password: ${{ secrets.DOCKERHUB_PASSWORD }}
5151

5252
- name: Docker build and push
5353
id: build
54-
uses: docker/build-push-action@v4
54+
uses: docker/build-push-action@v5
5555
with:
5656
context: .
5757
platforms: ${{ matrix.platform }}
@@ -92,11 +92,11 @@ jobs:
9292
path: /tmp/digests
9393

9494
- name: Set up Docker Buildx
95-
uses: docker/setup-buildx-action@v2
95+
uses: docker/setup-buildx-action@v3
9696

9797
- name: Docker meta
9898
id: meta
99-
uses: docker/metadata-action@v4
99+
uses: docker/metadata-action@v5
100100
with:
101101
images: |
102102
${{ secrets.DOCKERHUB_USERNAME }}/docker-nginx-http3
@@ -113,14 +113,14 @@ jobs:
113113
114114
- name: Login to Docker Hub
115115
if: github.event_name != 'pull_request'
116-
uses: docker/login-action@v2
116+
uses: docker/login-action@v3
117117
with:
118118
username: ${{ secrets.DOCKERHUB_USERNAME }}
119119
password: ${{ secrets.DOCKERHUB_PASSWORD }}
120120

121121
- name: Login to GitHub Container Registry
122122
if: github.event_name != 'pull_request'
123-
uses: docker/login-action@v2
123+
uses: docker/login-action@v3
124124
with:
125125
registry: ghcr.io
126126
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)