We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8757e commit d3cc035Copy full SHA for d3cc035
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "XO_VERSION=$(curl -s https://raw.githubusercontent.com/vatesfr/xen-orchestra/master/packages/xo-server/package.json | jq -r .version)" >> $GITHUB_ENV
38
39
- name: Build image and push
40
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
41
with:
42
context: .
43
platforms: linux/amd64
0 commit comments