Skip to content

Commit

Permalink
🔨 chore(ci): update Docker actions versions
Browse files Browse the repository at this point in the history
- Updated the version of `docker/setup-qemu-action` from v2 to v3
- Updated the version of `docker/setup-buildx-action` from v2 to v3
- Updated the version of `docker/login-action` from v2.1.0 to the latest version

This commit updates the versions of the Docker actions used in the CI workflow to their latest versions for better compatibility and performance.
  • Loading branch information
sudoskys committed Nov 11, 2023
1 parent 9dbf980 commit f76144b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/[email protected]
Expand Down

0 comments on commit f76144b

Please sign in to comment.