Skip to content

Commit 29e03b0

Browse files
committed
Package updates
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent fc158f2 commit 29e03b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/containers.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,23 @@ jobs:
8585
mv nydus-static/* /usr/local/bin/
8686
rm -rf nydus-static-v2.2.4-linux-amd64.tgz nydus-static
8787
- name: Set up QEMU
88-
uses: docker/setup-qemu-action@v2
88+
uses: docker/setup-qemu-action@v3
8989
- name: Set up Docker Buildx
90-
uses: docker/setup-buildx-action@v2
90+
uses: docker/setup-buildx-action@v3
9191
- name: Log in to the Container registry
92-
uses: docker/login-action@v2
92+
uses: docker/login-action@v3
9393
with:
9494
registry: ghcr.io
9595
username: ${{ github.actor }}
9696
password: ${{ secrets.GITHUB_TOKEN }}
9797
- name: Extract metadata (tags, labels) for Docker
9898
id: meta
99-
uses: docker/metadata-action@v4
99+
uses: docker/metadata-action@v5
100100
with:
101101
images: |
102102
ghcr.io/appthreat/chen
103103
- name: Build and push Docker images
104-
uses: docker/build-push-action@v4
104+
uses: docker/build-push-action@v5
105105
with:
106106
file: ci/Dockerfile
107107
context: .

0 commit comments

Comments
 (0)