diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index 48af7b7..729991e 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -43,7 +43,7 @@ jobs: # We need to pass the tag or the short hash as build argument VERSOION to the Dockerfile - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./cli push: ${{ github.ref_type == 'tag' || github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/service.yaml b/.github/workflows/service.yaml index 60f1529..20d327f 100644 --- a/.github/workflows/service.yaml +++ b/.github/workflows/service.yaml @@ -43,7 +43,7 @@ jobs: # We need to pass the tag or the short hash as build argument VERSOION to the Dockerfile - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./service push: ${{ github.ref_type == 'tag' || github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 81410b2..ad53f14 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -43,7 +43,7 @@ jobs: # We need to pass the tag or the short hash as build argument VERSOION to the Dockerfile - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./ui push: ${{ github.ref_type == 'tag' || github.ref == 'refs/heads/main' }}