We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8648b2c commit bf2d8e5Copy full SHA for bf2d8e5
1 file changed
.github/workflows/cd-images.yml
@@ -64,6 +64,9 @@ jobs:
64
steps:
65
- uses: actions/checkout@v4
66
67
+ - name: Set up Docker Buildx
68
+ uses: docker/setup-buildx-action@v3
69
+
70
- name: Log in to GHCR
71
uses: docker/login-action@v3
72
with:
0 commit comments