diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b713876..6c3e2b7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker images - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 with: push: ${{ GitHub.event_name != 'pull_request' || contains(GitHub.head_ref, 'feature') }} tags: ${{ steps.meta.outputs.tags }}