We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcd959 commit fe2d232Copy full SHA for fe2d232
.github/workflows/docker-images.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
echo "GH_IMAGE_LC=${GH_IMAGE,,}" >>${GITHUB_ENV}
30
- name: Set up Docker Buildx
31
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
32
- name: Login to Github Container Registry
33
uses: docker/login-action@v3
34
with:
0 commit comments