diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43b6597..c7f2259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}