Update CI workflow Docker Buildx to v6

This commit is contained in:
Luis Miguel Vicente Fuentes
2025-07-29 10:23:39 +02:00
parent 497b178d2d
commit fb1e2e2cc6

View File

@@ -3,7 +3,7 @@ name: ci
on:
push:
branches:
- 'master'
- "master"
tags:
- "*"
@@ -36,7 +36,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
labels: ${{ steps.meta.outputs.labels }}