You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Dockerfile and GitHub actions for improved compatibility
- Update Dockerfile: change the alias from `as builder` to `AS builder`
- Upgrade Docker build workflow actions:
- `docker/setup-buildx-action` from version 2 to version 3
- `docker/login-action` from version 2 to version 3
- `docker/build-push-action` from version 4 to version 6
- Modify the `tags` parameter value in the build-push step of Docker build workflow
0 commit comments