1 parent 2631787 commit 8ccbbe5Copy full SHA for 8ccbbe5
1 file changed
.github/workflows/deploy.yml
@@ -34,6 +34,9 @@ jobs:
34
steps:
35
- uses: actions/checkout@v4
36
37
+ - name: Set up Docker Buildx
38
+ uses: docker/setup-buildx-action@v3
39
+
40
- name: Log in to GHCR
41
uses: docker/login-action@v3
42
with:
0 commit comments