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 e3bb8bf commit 53b3333Copy full SHA for 53b3333
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Check out repository contents
23
uses: actions/checkout@v3
24
- name: Set up Docker Buildx
25
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
26
- name: Build binary
27
run: |
28
docker build --tag lustre_exporter:binary -f docker/Dockerfile .
0 commit comments